FireBirdLib - Topfield TMS PVR TAP Programming Library
HDD_isExtRecording.c
Go to the documentation of this file.
1#include "libFireBird.h"
2
4{
6
7 bool ret;
9
10 ret = FALSE;
13
14 TRACEEXIT();
15 return ret;
16}
bool Appl_GetIsExternal(void)
#define bool
Definition: ELF.h:26
dword FIS_fwAppl_GetIsExternal(void)
bool HDD_isExtRecording(void)
#define TRACEEXIT()
Definition: libFireBird.h:1244
#define TRACEENTER()
Definition: libFireBird.h:1243