fixed formatting

This commit is contained in:
Markus Fröschle
2014-10-01 06:43:17 +00:00
parent 2d2b88be59
commit 1045c9a963
3 changed files with 240 additions and 41 deletions

View File

@@ -32,6 +32,7 @@
#else
#define dbg(format, arg...) do { ; } while (0)
#endif /* DEBUG_USBMOUSE */
#define err(format, arg...) do { xprintf("ERROR: %s(): " format, __FUNCTION__, ##arg); } while (0)
extern void ltoa(char *buf, long n, unsigned long base);
extern void call_mousevec(unsigned char *data, void (**mousevec)(void *));