diff options
author | 1996-05-10 12:45:10 +0000 | |
---|---|---|
committer | 1996-05-10 12:45:10 +0000 | |
commit | fa60dbbf2ac00aacf694f2e45009f9f53dae9f8e (patch) | |
tree | 6c9f8c3fafd565ca747f7aff8f04f4b255188c61 | |
parent | update netbsd tag (diff) | |
download | wireguard-openbsd-fa60dbbf2ac00aacf694f2e45009f9f53dae9f8e.tar.xz wireguard-openbsd-fa60dbbf2ac00aacf694f2e45009f9f53dae9f8e.zip |
decl joystick
-rw-r--r-- | sys/arch/i386/include/conf.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/i386/include/conf.h b/sys/arch/i386/include/conf.h index 2b9ef1b6157..34d1559c9a6 100644 --- a/sys/arch/i386/include/conf.h +++ b/sys/arch/i386/include/conf.h @@ -1,4 +1,4 @@ -/* $NetBSD: conf.h,v 1.1 1996/05/03 19:34:11 christos Exp $ */ +/* $NetBSD: conf.h,v 1.2 1996/05/05 19:28:34 christos Exp $ */ /* * Copyright (c) 1996 Christos Zoulas. All rights reserved. @@ -60,3 +60,5 @@ cdev_decl(mms); cdev_decl(lms); cdev_decl(pms); + +cdev_decl(joy); |