diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-11-29 09:47:36 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-11-29 09:47:36 +0000 |
commit | b827eb8ff64ab94d31584ff1788cdb9ad06d043d (patch) | |
tree | 37147ccd777192ffcf9ed54b16c054fdd32b4a07 /sys/arch/arm | |
parent | 0940b0a72c8e7479bf568c506559775a26fd0870 (diff) |
add sscom here too. Fixes armish build.
Diffstat (limited to 'sys/arch/arm')
-rw-r--r-- | sys/arch/arm/include/conf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/arm/include/conf.h b/sys/arch/arm/include/conf.h index 13e79916e2c..484626c3463 100644 --- a/sys/arch/arm/include/conf.h +++ b/sys/arch/arm/include/conf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.h,v 1.5 2005/12/31 21:22:34 miod Exp $ */ +/* $OpenBSD: conf.h,v 1.6 2008/11/29 09:47:35 matthieu Exp $ */ /* $NetBSD: conf.h,v 1.7 2002/04/19 01:04:39 wiz Exp $ */ /* @@ -98,6 +98,7 @@ cdev_decl(kbd); cdev_decl(iic); cdev_decl(rtc); cdev_decl(fcom); +cdev_decl(sscom); cdev_decl(pc); cdev_decl(ofcons_); cdev_decl(ofd); |