fixed formatting

This commit is contained in:
Markus Fröschle
2014-10-01 06:43:17 +00:00
parent b3d152b705
commit c3cccfbae1
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 *));