fixed comments

This commit is contained in:
Markus Fröschle
2014-12-16 20:33:51 +00:00
parent a40831e6b7
commit c81fc7e7e9
4 changed files with 38 additions and 17 deletions

View File

@@ -85,7 +85,7 @@ typedef struct _BPB
/* a riddle: how do you typedef a function pointer to a function that returns its own type? ;) */
typedef void* (*xhdi_call_fun)(int xhdi_fun, ...);
extern unsigned long xhdi_call(uint16_t *stack);
extern uint32_t xhdi_call(uint16_t *stack);
extern xhdi_call_fun xhdi_sd_install(xhdi_call_fun old_vector) __attribute__((__interrupt__));