mirror of
git://soft.sys114.com/WiringPi2-Python
synced 2025-12-19 01:28:43 +09:00
Add functions to do with kernel version
Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
This commit is contained in:
@@ -9,6 +9,8 @@ extern int moduleLoaded (char *);
|
||||
extern void setupCheck (const char *fName);
|
||||
extern void usingGpiomemCheck (const char *what);
|
||||
extern void setUsingGpiomem (const unsigned int value);
|
||||
extern void setKernelVersion (void);
|
||||
extern char cmpKernelVersion (int num, ...);
|
||||
extern void wiringPiVersion (int *major, char **minor);
|
||||
extern int wiringPiSetup (void);
|
||||
extern int wiringPiSetupSys (void);
|
||||
|
||||
Reference in New Issue
Block a user