FireBirdLib - Topfield TMS PVR TAP Programming Library
FIS_vFlashBlockLanIPConfig.c
Go to the documentation of this file.
1#include "libFireBird.h"
2
3inline dword FIS_vFlashBlockLanIPConfig(void)
4{
6
7 static dword *vFlashOldLanIpConfig = 0;
8
9 if(!vFlashOldLanIpConfig)
10 vFlashOldLanIpConfig = (dword*)TryResolve("_oldLanIpConfig");
11
12 TRACEEXIT();
13 return (vFlashOldLanIpConfig ? *vFlashOldLanIpConfig : 0);
14}
dword FIS_vFlashBlockLanIPConfig(void)
dword TryResolve(char *Function)
Definition: TryResolve.c:5
#define TRACEEXIT()
Definition: libFireBird.h:1244
#define TRACEENTER()
Definition: libFireBird.h:1243