From: Erik M. <er...@us...> - 2002-02-17 20:03:44
|
Update of /cvsroot/blob/blob/include/blob In directory usw-pr-cvs1:/tmp/cvs-serv28493/include/blob Modified Files: util.h Log Message: Add infrastructure to select at compile-time which commands should be linked with blob. Index: util.h =================================================================== RCS file: /cvsroot/blob/blob/include/blob/util.h,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- util.h 16 Feb 2002 00:43:59 -0000 1.10 +++ util.h 17 Feb 2002 20:03:41 -0000 1.11 @@ -56,6 +56,8 @@ /* convert a string to an u32 value */ int strtou32(const char *str, u32 *value); +void reboot_system(void); + /* printf and friends */ int snprintf(char * buf, size_t size, const char *fmt, ...); int printf(const char *fmt, ...); |