diff options
Diffstat (limited to 'src/netnuke.h')
-rw-r--r-- | src/netnuke.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/netnuke.h b/src/netnuke.h index 96aac63..506dfdf 100644 --- a/src/netnuke.h +++ b/src/netnuke.h @@ -55,6 +55,7 @@ void nnrandfree(); unsigned int nngetseed(); unsigned int nnrand(int min, int max); char* randstr(int size); +int scanbus_sysfs(nndevice_t** device); int scanbus(nndevice_t** device,int mask); void showbus(int mask); int selectbus(char** flags); |