fix clang warnings in boot (edparams)

. add missing prototypes for recently added functions.
This commit is contained in:
Antoine Leca
2011-06-23 13:42:33 +02:00
committed by Ben Gras
parent 6edbcbf9a3
commit 3b82f9106d
2 changed files with 16 additions and 7 deletions
+7 -1
View File
@@ -151,8 +151,14 @@ void bootstrap(int device, struct part_entry *entry);
void minix(u32_t koff, u32_t kcs, u32_t kds,
char *bootparams, size_t paramsize, u32_t aout);
/* Start Minix. */
void int15(bios_env_t *);
void int15(bios_env_t *);
/* Do an "INT 15" call, primarily for APM. */
void scan_keyboard(void);
/* Read keyboard character.
* Needs to be done in case one is waiting. */
void reset(void);
/* */
/* Shared between boot.c and bootimage.c: */