Minor fixes to comments.
[AROS.git] / rom / usb / poseidon / numtostr.h
blob8cc8bd138d521c1954fcd91f92fb00d2fbf1c606
1 #ifndef NUMTOSTR_H
2 #define NUMTOSTR_H
4 /*
5 *----------------------------------------------------------------------------
6 * Includes for numtostr.c
7 *----------------------------------------------------------------------------
8 * By Chris Hodges <chrisly@platon42.de>
9 */
11 #include <exec/types.h>
13 #include "poseidon_intern.h"
15 #include <devices/usb.h>
16 #include <devices/usb_hub.h>
17 #include <devices/usb_hid.h>
18 #include <devices/usb_massstorage.h>
19 #include <devices/usb_printer.h>
20 #include <devices/usb_cdc.h>
21 #include <devices/usb_dfu.h>
22 #include <devices/usb_audio.h>
23 #include <devices/usb_video.h>
25 #endif /* NUMTOSTR_H */