diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2009-05-14 16:01:29 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2009-05-14 16:01:29 +0000 |
| commit | 85d12e2316c26a7e02bcce78a0e5cc575c221ac0 (patch) | |
| tree | a08e215494afeb1fcf84b411854e17ce1a43ea42 /sys/pc98/include | |
| parent | bb2aebf3ad252165a58525e2f972f955de04d46f (diff) | |
Notes
Diffstat (limited to 'sys/pc98/include')
| -rw-r--r-- | sys/pc98/include/mca.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/pc98/include/mca.h b/sys/pc98/include/mca.h new file mode 100644 index 000000000000..a047f87c48c4 --- /dev/null +++ b/sys/pc98/include/mca.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/mca.h> |
