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