Enable __HAVE_GENERIC_TODR. ok gavan@

This commit is contained in:
gdamore 2006-09-10 19:17:48 +00:00
parent d4831ce469
commit 3ed78c56f7
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: types.h,v 1.3 2006/09/03 13:51:23 bjh21 Exp $ */
/* $NetBSD: types.h,v 1.4 2006/09/10 19:17:48 gdamore Exp $ */
#ifndef _IYONIX_TYPES_H_
#define _IYONIX_TYPES_H_
@ -7,5 +7,6 @@
#define __HAVE_GENERIC_SOFT_INTERRUPTS
#define __HAVE_DEVICE_REGISTER
#define __HAVE_GENERIC_TODR
#endif