pcsc-lite
1.8.3
|
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 5434 2010-12-08 14:13:21Z rousseau $ 00010 */ 00011 00017 #ifndef __sys_generic_h__ 00018 #define __sys_generic_h__ 00019 00020 #include <sys/stat.h> 00021 #include <sys/mman.h> 00022 00023 int SYS_Sleep(int); 00024 00025 int SYS_USleep(int); 00026 00027 int SYS_Daemon(int, int); 00028 00029 int SYS_RandomInt(int, int); 00030 00031 int SYS_GetSeed(void); 00032 00033 #endif /* __sys_generic_h__ */