Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 141738
b: refs/heads/master
c: 70e2db2
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Apr 3, 2009
1 parent 9ce3837 commit 5642d46
Show file tree
Hide file tree
Showing 16 changed files with 6 additions and 320 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: 046f45fa714046ac400e22f48ec8ac77e7faf5cc
refs/heads/master: 70e2db22bd520018b39ea7d50ebbcec5042efd9f
2 changes: 0 additions & 2 deletions trunk/drivers/staging/epl/EplNmtkCal.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@
****************************************************************************/

#include "kernel/EplNmtkCal.h"

// TODO: init function needed to prepare EplNmtkGetNmtState for
// io-controll-call from EplNmtuCal-Modul

Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/staging/epl/EplObdkCal.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
****************************************************************************/

#include "EplInc.h"
#include "kernel/EplObdkCal.h"

/***************************************************************************/
/* */
Expand Down
12 changes: 0 additions & 12 deletions trunk/drivers/staging/epl/kernel/EplDllk.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,6 @@
#include "../EplDll.h"
#include "../EplEvent.h"

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

//---------------------------------------------------------------------------
// typedef
//---------------------------------------------------------------------------

typedef tEplKernel(*tEplDllkCbAsync) (tEplFrameInfo * pFrameInfo_p);

typedef struct {
Expand All @@ -108,10 +100,6 @@ struct _tEplDllkNodeInfo {

typedef struct _tEplDllkNodeInfo tEplDllkNodeInfo;

//---------------------------------------------------------------------------
// function prototypes
//---------------------------------------------------------------------------

#if(((EPL_MODULE_INTEGRATION) & (EPL_MODULE_DLLK)) != 0)

tEplKernel EplDllkAddInstance(tEplDllkInitParam * pInitParam_p);
Expand Down
12 changes: 0 additions & 12 deletions trunk/drivers/staging/epl/kernel/EplDllkCal.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,6 @@
#include "../EplDll.h"
#include "../EplEvent.h"

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

//---------------------------------------------------------------------------
// typedef
//---------------------------------------------------------------------------

typedef struct {
unsigned long m_ulCurTxFrameCountGen;
unsigned long m_ulCurTxFrameCountNmt;
Expand All @@ -92,10 +84,6 @@ typedef struct {

} tEplDllkCalStatistics;

//---------------------------------------------------------------------------
// function prototypes
//---------------------------------------------------------------------------

#if(((EPL_MODULE_INTEGRATION) & (EPL_MODULE_DLLK)) != 0)

tEplKernel EplDllkCalAddInstance(void);
Expand Down
12 changes: 0 additions & 12 deletions trunk/drivers/staging/epl/kernel/EplErrorHandlerk.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,18 +73,6 @@

#include "../EplEvent.h"

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

//---------------------------------------------------------------------------
// typedef
//---------------------------------------------------------------------------

//---------------------------------------------------------------------------
// function prototypes
//---------------------------------------------------------------------------

// init function
tEplKernel EplErrorHandlerkInit(void);

Expand Down
12 changes: 0 additions & 12 deletions trunk/drivers/staging/epl/kernel/EplEventk.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,18 +73,6 @@

#include "../EplEvent.h"

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

//---------------------------------------------------------------------------
// typedef
//---------------------------------------------------------------------------

//---------------------------------------------------------------------------
// function prototypes
//---------------------------------------------------------------------------

// init function
tEplKernel EplEventkInit(tEplSyncCb fpSyncCb);

Expand Down
11 changes: 0 additions & 11 deletions trunk/drivers/staging/epl/kernel/EplNmtk.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,17 +74,6 @@
#include "../EplNmt.h"
#include "EplEventk.h"

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

//---------------------------------------------------------------------------
// typedef
//---------------------------------------------------------------------------

//---------------------------------------------------------------------------
// function prototypes
//---------------------------------------------------------------------------
#if(((EPL_MODULE_INTEGRATION) & (EPL_MODULE_NMTK)) != 0)
tEplKernel EplNmtkInit(EPL_MCO_DECL_PTR_INSTANCE_PTR);

Expand Down
89 changes: 0 additions & 89 deletions trunk/drivers/staging/epl/kernel/EplNmtkCal.h

This file was deleted.

17 changes: 1 addition & 16 deletions trunk/drivers/staging/epl/kernel/EplObdk.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,28 +68,13 @@
****************************************************************************/

#include "../EplObd.h"

#ifndef _EPLOBDK_H_
#define _EPLOBDK_H_

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

//---------------------------------------------------------------------------
// typedef
//---------------------------------------------------------------------------

//---------------------------------------------------------------------------
// global variables
//---------------------------------------------------------------------------
#include "../EplObd.h"

extern u8 abEplObdTrashObject_g[8];

//---------------------------------------------------------------------------
// function prototypes
//---------------------------------------------------------------------------
#if(((EPL_MODULE_INTEGRATION) & (EPL_MODULE_OBDK)) != 0)
// ---------------------------------------------------------------------
tEplKernel EplObdInit(EPL_MCO_DECL_PTR_INSTANCE_PTR_ tEplObdInitParam *pInitParam_p);
Expand Down
89 changes: 0 additions & 89 deletions trunk/drivers/staging/epl/kernel/EplObdkCal.h

This file was deleted.

12 changes: 0 additions & 12 deletions trunk/drivers/staging/epl/kernel/EplPdok.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,18 +75,6 @@
#include "../EplEvent.h"
#include "../EplDll.h"

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

//---------------------------------------------------------------------------
// typedef
//---------------------------------------------------------------------------

//---------------------------------------------------------------------------
// function prototypes
//---------------------------------------------------------------------------

// process events from queue (PDOs/frames and SoA for synchronization)
tEplKernel EplPdokProcess(tEplEvent * pEvent_p);

Expand Down
13 changes: 0 additions & 13 deletions trunk/drivers/staging/epl/kernel/EplPdokCal.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,19 +72,6 @@
#define _EPL_PDOKCAL_H_

#include "../EplInc.h"
//#include "EplPdo.h"

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

//---------------------------------------------------------------------------
// typedef
//---------------------------------------------------------------------------

//---------------------------------------------------------------------------
// function prototypes
//---------------------------------------------------------------------------

tEplKernel EplPdokCalAddInstance(void);

Expand Down
Loading

0 comments on commit 5642d46

Please sign in to comment.