pcsc-lite 1.6.4
|
00001 /* 00002 * MUSCLE SmartCard Development ( http://www.linuxnet.com ) 00003 * 00004 * Copyright (C) 1999 00005 * David Corcoran <corcoran@linuxnet.com> 00006 * Copyright (C) 2002-2010 00007 * Ludovic Rousseau <ludovic.rousseau@free.fr> 00008 * 00009 * $Id: sys_generic.h 5047 2010-06-29 14:39:24Z rousseau $ 00010 */ 00011 00017 #ifndef __sys_generic_h__ 00018 #define __sys_generic_h__ 00019 00020 #ifdef __cplusplus 00021 extern "C" 00022 { 00023 #endif 00024 00025 #include <sys/stat.h> 00026 #include <sys/mman.h> 00027 00028 int SYS_Sleep(int); 00029 00030 int SYS_USleep(int); 00031 00032 int SYS_Daemon(int, int); 00033 00034 int SYS_RandomInt(int, int); 00035 00036 int SYS_GetSeed(void); 00037 00038 #ifdef __cplusplus 00039 } 00040 #endif 00041 00042 #endif /* __sys_generic_h__ */