mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 14:26:03 -04:00
loader: cstyle cleanup of bootstrap.h did miss a bit
correct small issues - misplaced comment and typos.
This commit is contained in:
parent
90b307a897
commit
83a252c6a1
1 changed files with 3 additions and 3 deletions
|
|
@ -111,10 +111,10 @@ struct console
|
|||
/* reinit XXX may need more args */
|
||||
int (* c_init)(int arg);
|
||||
/* emit c */
|
||||
void (* c_out)(int c);
|
||||
int (* c_in)(void);
|
||||
void (* c_out)(int c);
|
||||
/* wait for and return input */
|
||||
/* return nonzer if input waiting */
|
||||
int (* c_in)(void);
|
||||
/* return nonzero if input waiting */
|
||||
int (* c_ready)(void);
|
||||
};
|
||||
extern struct console *consoles[];
|
||||
|
|
|
|||
Loading…
Reference in a new issue