Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d9068d62 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

Staging: epl: remove EPLDLLEXPORT



This isn't a DLL, so we don't need this :)

Cc: Daniel Krueger <daniel.krueger@systec-electronic.com>
Cc: Ronald Sieber <Ronald.Sieber@systec-electronic.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent e05ab09a
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -164,7 +164,7 @@ static tEplKernel EplIdentuCbIdentResponse(tEplFrameInfo *pFrameInfo_p);
//
//---------------------------------------------------------------------------

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

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

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

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

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

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

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

EPLDLLEXPORT u32 EplIdentuGetRunningRequests(void)
u32 EplIdentuGetRunningRequests(void)
{
	u32 dwReqs = 0;
	unsigned int uiIndex;
+0 −7
Original line number Diff line number Diff line
@@ -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
// ============================================================================
+6 −6
Original line number Diff line number Diff line
@@ -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;

@@ -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;

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

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

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

+1 −1
Original line number Diff line number Diff line
@@ -946,7 +946,7 @@ tEplKernel EplNmtMnuCbCheckEvent(tEplNmtEvent NmtEvent_p)
//
//---------------------------------------------------------------------------

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

+5 −5
Original line number Diff line number Diff line
@@ -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;

@@ -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;
@@ -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
@@ -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;
@@ -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;

Loading