Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 141736
b: refs/heads/master
c: d9068d6
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Apr 3, 2009
1 parent 5b0fe48 commit fa6c380
Show file tree
Hide file tree
Showing 21 changed files with 247 additions and 283 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e05ab09aeb36c55f0f3fe3146f9a87ddad9497bf
refs/heads/master: d9068d622f6e8aeaba4049b6d4953cebc2b90938
10 changes: 5 additions & 5 deletions trunk/drivers/staging/epl/EplIdentu.c
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ static tEplKernel EplIdentuCbIdentResponse(tEplFrameInfo *pFrameInfo_p);
//
//---------------------------------------------------------------------------

EPLDLLEXPORT tEplKernel EplIdentuInit(void)
tEplKernel EplIdentuInit(void)
{
tEplKernel Ret;

Expand All @@ -191,7 +191,7 @@ EPLDLLEXPORT tEplKernel EplIdentuInit(void)
//
//---------------------------------------------------------------------------

EPLDLLEXPORT tEplKernel EplIdentuAddInstance(void)
tEplKernel EplIdentuAddInstance(void)
{
tEplKernel Ret;

Expand Down Expand Up @@ -228,7 +228,7 @@ EPLDLLEXPORT tEplKernel EplIdentuAddInstance(void)
//
//---------------------------------------------------------------------------

EPLDLLEXPORT tEplKernel EplIdentuDelInstance(void)
tEplKernel EplIdentuDelInstance(void)
{
tEplKernel Ret;

Expand Down Expand Up @@ -263,7 +263,7 @@ EPLDLLEXPORT tEplKernel EplIdentuDelInstance(void)
//
//---------------------------------------------------------------------------

EPLDLLEXPORT tEplKernel EplIdentuReset(void)
tEplKernel EplIdentuReset(void)
{
tEplKernel Ret;
int iIndex;
Expand Down Expand Up @@ -386,7 +386,7 @@ tEplKernel EplIdentuRequestIdentResponse(unsigned int uiNodeId_p,
//
//---------------------------------------------------------------------------

EPLDLLEXPORT u32 EplIdentuGetRunningRequests(void)
u32 EplIdentuGetRunningRequests(void)
{
u32 dwReqs = 0;
unsigned int uiIndex;
Expand Down
7 changes: 0 additions & 7 deletions trunk/drivers/staging/epl/EplInc.h
Original file line number Diff line number Diff line change
Expand Up @@ -236,13 +236,6 @@ typedef struct {
#define tabentries(a) (sizeof(a)/sizeof(*(a)))
#endif

//---------------------------------------------------------------------------
// const defines
//---------------------------------------------------------------------------

// definitions for DLL export
#define EPLDLLEXPORT

// ============================================================================
// common debug macros
// ============================================================================
Expand Down
12 changes: 6 additions & 6 deletions trunk/drivers/staging/epl/EplNmtCnu.c
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ static tEplKernel EplNmtCnuCommandCb(tEplFrameInfo *pFrameInfo_p);
// State:
//
//---------------------------------------------------------------------------
EPLDLLEXPORT tEplKernel EplNmtCnuInit(unsigned int uiNodeId_p)
tEplKernel EplNmtCnuInit(unsigned int uiNodeId_p)
{
tEplKernel Ret;

Expand All @@ -161,7 +161,7 @@ EPLDLLEXPORT tEplKernel EplNmtCnuInit(unsigned int uiNodeId_p)
// State:
//
//---------------------------------------------------------------------------
EPLDLLEXPORT tEplKernel EplNmtCnuAddInstance(unsigned int uiNodeId_p)
tEplKernel EplNmtCnuAddInstance(unsigned int uiNodeId_p)
{
tEplKernel Ret;

Expand Down Expand Up @@ -201,7 +201,7 @@ EPLDLLEXPORT tEplKernel EplNmtCnuAddInstance(unsigned int uiNodeId_p)
// State:
//
//---------------------------------------------------------------------------
EPLDLLEXPORT tEplKernel EplNmtCnuDelInstance(void)
tEplKernel EplNmtCnuDelInstance(void)
{
tEplKernel Ret;

Expand Down Expand Up @@ -234,8 +234,8 @@ EPLDLLEXPORT tEplKernel EplNmtCnuDelInstance(void)
// State:
//
//---------------------------------------------------------------------------
EPLDLLEXPORT tEplKernel EplNmtCnuSendNmtRequest(unsigned int uiNodeId_p,
tEplNmtCommand NmtCommand_p)
tEplKernel EplNmtCnuSendNmtRequest(unsigned int uiNodeId_p,
tEplNmtCommand NmtCommand_p)
{
tEplKernel Ret;
tEplFrameInfo NmtRequestFrameInfo;
Expand Down Expand Up @@ -296,7 +296,7 @@ EPLDLLEXPORT tEplKernel EplNmtCnuSendNmtRequest(unsigned int uiNodeId_p,
//
//---------------------------------------------------------------------------

EPLDLLEXPORT tEplKernel EplNmtCnuRegisterCheckEventCb(tEplNmtuCheckEventCallback pfnEplNmtCheckEventCb_p)
tEplKernel EplNmtCnuRegisterCheckEventCb(tEplNmtuCheckEventCallback pfnEplNmtCheckEventCb_p)
{
tEplKernel Ret;

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/epl/EplNmtMnu.c
Original file line number Diff line number Diff line change
Expand Up @@ -946,7 +946,7 @@ tEplKernel EplNmtMnuCbCheckEvent(tEplNmtEvent NmtEvent_p)
//
//---------------------------------------------------------------------------

EPLDLLEXPORT tEplKernel EplNmtMnuProcessEvent(tEplEvent *pEvent_p)
tEplKernel EplNmtMnuProcessEvent(tEplEvent *pEvent_p)
{
tEplKernel Ret;

Expand Down
10 changes: 5 additions & 5 deletions trunk/drivers/staging/epl/EplNmtk.c
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ EPL_MCO_DEFINE_INSTANCE_FCT()
// State:
//
//---------------------------------------------------------------------------
EPLDLLEXPORT tEplKernel EplNmtkInit(EPL_MCO_DECL_PTR_INSTANCE_PTR)
tEplKernel EplNmtkInit(EPL_MCO_DECL_PTR_INSTANCE_PTR)
{
tEplKernel Ret;

Expand All @@ -189,7 +189,7 @@ EPLDLLEXPORT tEplKernel EplNmtkInit(EPL_MCO_DECL_PTR_INSTANCE_PTR)
// State:
//
//---------------------------------------------------------------------------
EPLDLLEXPORT tEplKernel EplNmtkAddInstance(EPL_MCO_DECL_PTR_INSTANCE_PTR)
tEplKernel EplNmtkAddInstance(EPL_MCO_DECL_PTR_INSTANCE_PTR)
{
EPL_MCO_DECL_INSTANCE_PTR_LOCAL tEplKernel Ret;
//tEplEvent Event;
Expand Down Expand Up @@ -258,7 +258,7 @@ EPLDLLEXPORT tEplKernel EplNmtkAddInstance(EPL_MCO_DECL_PTR_INSTANCE_PTR)
//
//---------------------------------------------------------------------------
#if (EPL_USE_DELETEINST_FUNC != FALSE)
EPLDLLEXPORT tEplKernel EplNmtkDelInstance(EPL_MCO_DECL_PTR_INSTANCE_PTR)
tEplKernel EplNmtkDelInstance(EPL_MCO_DECL_PTR_INSTANCE_PTR)
{
tEplKernel Ret = kEplSuccessful;
// check for all API function if instance is valid
Expand Down Expand Up @@ -296,7 +296,7 @@ EPLDLLEXPORT tEplKernel EplNmtkDelInstance(EPL_MCO_DECL_PTR_INSTANCE_PTR)
// State:
//
//---------------------------------------------------------------------------
EPLDLLEXPORT tEplKernel EplNmtkProcess(EPL_MCO_DECL_PTR_INSTANCE_PTR_ tEplEvent *pEvent_p)
tEplKernel EplNmtkProcess(EPL_MCO_DECL_PTR_INSTANCE_PTR_ tEplEvent *pEvent_p)
{
tEplKernel Ret;
tEplNmtState OldNmtState;
Expand Down Expand Up @@ -1803,7 +1803,7 @@ EPLDLLEXPORT tEplKernel EplNmtkProcess(EPL_MCO_DECL_PTR_INSTANCE_PTR_ tEplEvent
// State:
//
//---------------------------------------------------------------------------
EPLDLLEXPORT tEplNmtState EplNmtkGetNmtState(EPL_MCO_DECL_PTR_INSTANCE_PTR)
tEplNmtState EplNmtkGetNmtState(EPL_MCO_DECL_PTR_INSTANCE_PTR)
{
tEplNmtState NmtState;

Expand Down
14 changes: 7 additions & 7 deletions trunk/drivers/staging/epl/EplNmtu.c
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ static tEplNmtuInstance EplNmtuInstance_g;
// State:
//
//---------------------------------------------------------------------------
EPLDLLEXPORT tEplKernel EplNmtuInit(void)
tEplKernel EplNmtuInit(void)
{
tEplKernel Ret;

Expand All @@ -158,7 +158,7 @@ EPLDLLEXPORT tEplKernel EplNmtuInit(void)
// State:
//
//---------------------------------------------------------------------------
EPLDLLEXPORT tEplKernel EplNmtuAddInstance(void)
tEplKernel EplNmtuAddInstance(void)
{
tEplKernel Ret;

Expand Down Expand Up @@ -187,7 +187,7 @@ EPLDLLEXPORT tEplKernel EplNmtuAddInstance(void)
// State:
//
//---------------------------------------------------------------------------
EPLDLLEXPORT tEplKernel EplNmtuDelInstance(void)
tEplKernel EplNmtuDelInstance(void)
{
tEplKernel Ret;

Expand Down Expand Up @@ -219,7 +219,7 @@ EPLDLLEXPORT tEplKernel EplNmtuDelInstance(void)
// State:
//
//---------------------------------------------------------------------------
EPLDLLEXPORT tEplKernel EplNmtuNmtEvent(tEplNmtEvent NmtEvent_p)
tEplKernel EplNmtuNmtEvent(tEplNmtEvent NmtEvent_p)
{
tEplKernel Ret;
tEplEvent Event;
Expand Down Expand Up @@ -253,7 +253,7 @@ EPLDLLEXPORT tEplKernel EplNmtuNmtEvent(tEplNmtEvent NmtEvent_p)
// State:
//
//---------------------------------------------------------------------------
EPLDLLEXPORT tEplNmtState EplNmtuGetNmtState(void)
tEplNmtState EplNmtuGetNmtState(void)
{
tEplNmtState NmtState;

Expand Down Expand Up @@ -284,7 +284,7 @@ EPLDLLEXPORT tEplNmtState EplNmtuGetNmtState(void)
// State:
//
//---------------------------------------------------------------------------
EPLDLLEXPORT tEplKernel EplNmtuProcessEvent(tEplEvent *pEplEvent_p)
tEplKernel EplNmtuProcessEvent(tEplEvent *pEplEvent_p)
{
tEplKernel Ret;

Expand Down Expand Up @@ -664,7 +664,7 @@ EPLDLLEXPORT tEplKernel EplNmtuProcessEvent(tEplEvent *pEplEvent_p)
// State:
//
//---------------------------------------------------------------------------
EPLDLLEXPORT tEplKernel EplNmtuRegisterStateChangeCb(tEplNmtuStateChangeCallback pfnEplNmtStateChangeCb_p)
tEplKernel EplNmtuRegisterStateChangeCb(tEplNmtuStateChangeCallback pfnEplNmtStateChangeCb_p)
{
tEplKernel Ret;

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/epl/EplNmtuCal.c
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
// State:
//
//---------------------------------------------------------------------------
EPLDLLEXPORT tEplNmtState EplNmtkCalGetNmtState(void)
tEplNmtState EplNmtkCalGetNmtState(void)
{
tEplNmtState NmtState;
// for test direkt call for EplNmtkGetNmtState()
Expand Down
Loading

0 comments on commit fa6c380

Please sign in to comment.