diff options
| author | Mark Murray <markm@FreeBSD.org> | 2001-05-01 08:13:21 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2001-05-01 08:13:21 +0000 |
| commit | fb919e4d5a2c1baca52ac70d1064f140fffdda71 (patch) | |
| tree | 62c0461c4eb61081648eebf963146193ebdc7398 /sys/pc98 | |
| parent | 8904de15a20f7c5372ec763d2b637b0997485466 (diff) | |
Notes
Diffstat (limited to 'sys/pc98')
| -rw-r--r-- | sys/pc98/pc98/syscons.c | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/sys/pc98/pc98/syscons.c b/sys/pc98/pc98/syscons.c index a5f73d66f825..6d6095d2c51f 100644 --- a/sys/pc98/pc98/syscons.c +++ b/sys/pc98/pc98/syscons.c @@ -37,20 +37,22 @@ #include <sys/param.h> #include <sys/systm.h> -#include <sys/eventhandler.h> -#include <sys/reboot.h> #include <sys/conf.h> -#include <sys/proc.h> -#include <sys/signalvar.h> -#include <sys/sysctl.h> -#include <sys/tty.h> -#include <sys/kernel.h> -#include <sys/malloc.h> #include <sys/cons.h> -#include <sys/random.h> #include <sys/consio.h> +#include <sys/eventhandler.h> #include <sys/fbio.h> #include <sys/kbio.h> +#include <sys/kernel.h> +#include <sys/lock.h> +#include <sys/malloc.h> +#include <sys/mutex.h> +#include <sys/proc.h> +#include <sys/random.h> +#include <sys/reboot.h> +#include <sys/signalvar.h> +#include <sys/sysctl.h> +#include <sys/tty.h> #include <machine/clock.h> #include <machine/psl.h> |
