FireBirdLib - Topfield TMS PVR TAP Programming Library
FBLib_shutdown.h
Go to the documentation of this file.
1#ifndef FBLIB_SHUTDOWN_H
2#define FBLIB_SHUTDOWN_H
3
4#include "tap.h"
5
6#define HDDIDLE 0xe1
7
8extern bool LibInitialized;
9
10void CreateRootDir(void);
11void WriteLog(char *);
12void Hooked_ApplEvent_CallHandler(unsigned int, unsigned int);
13bool SetHandler(dword, void *, void **);
14
15#endif
void CreateRootDir(void)
Definition: SDS.c:45
void Hooked_ApplEvent_CallHandler(unsigned int, unsigned int)
Definition: SDS.c:68
bool LibInitialized
Definition: InitTAPex.c:8
void WriteLog(char *)
Definition: SDS.c:60
bool SetHandler(dword, void *, void **)
Definition: SDS.c:80