X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/e2fac8b15b12a7979f72090454d850e612fc5b13..b0d623f7f2ae71ed96e60569f61f9a9a27016e80:/osfmk/console/serial_protos.h diff --git a/osfmk/console/serial_protos.h b/osfmk/console/serial_protos.h index 89966977b..90b691f1d 100644 --- a/osfmk/console/serial_protos.h +++ b/osfmk/console/serial_protos.h @@ -54,7 +54,7 @@ void switch_to_old_console(int old_console); struct console_ops { void (*putc)(int, int, int); int (*getc)(int, int, boolean_t, boolean_t); -} console_ops; +}; #define SERIAL_CONS_OPS 0 #define VC_CONS_OPS 1