diff options
Diffstat (limited to 'sys/pc98/include/gdb_machdep.h')
-rw-r--r-- | sys/pc98/include/gdb_machdep.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/pc98/include/gdb_machdep.h b/sys/pc98/include/gdb_machdep.h new file mode 100644 index 000000000000..dcb25bb3faff --- /dev/null +++ b/sys/pc98/include/gdb_machdep.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/gdb_machdep.h> |