void parameter on functions of arity 0
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
void outb(int port, unsigned char data);
|
||||
unsigned char inb(int port);
|
||||
|
||||
int serial_init();
|
||||
int serial_init(void);
|
||||
void skputs(const char* str);
|
||||
void skputc(char c);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user