diff options
Diffstat (limited to 'drivers/usb/host/s3c-otg/debug-mem.h')
-rw-r--r-- | drivers/usb/host/s3c-otg/debug-mem.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/usb/host/s3c-otg/debug-mem.h b/drivers/usb/host/s3c-otg/debug-mem.h new file mode 100644 index 0000000..4164793 --- /dev/null +++ b/drivers/usb/host/s3c-otg/debug-mem.h @@ -0,0 +1,9 @@ +#ifndef __DEBUGMEM_H +#define __DEBUGMEM_H + +// kevinh quick hack to see if the s3c stuff is doing memory properly + +void debug_alloc(void *addr); +void debug_free(void *addr); + +#endif |