1
0
mirror of https://github.com/Wind4/vlmcsd.git synced 2025-07-04 01:37:57 +08:00

vlmcsd-1105-2016-11-28-Hotbird64

This commit is contained in:
Wind4
2016-12-02 15:56:18 +08:00
parent b8fdaf9a6b
commit 9bd3e9c470
68 changed files with 7647 additions and 2252 deletions

19
src/kmsdata.h Normal file
View File

@ -0,0 +1,19 @@
#ifndef KMSDATA_SERVER_H
#define KMSDATA_SERVER_H
#ifndef CONFIG
#define CONFIG "config.h"
#endif // CONFIG
#include CONFIG
#ifndef NO_INTERNAL_DATA
#include "types.h"
extern uint8_t DefaultKmsData[];
__pure size_t getDefaultKmsDataSize();
#endif // NO_INTERNAL_DATA
#endif // KMSDATA_SERVER_H