add some register definitions
This commit is contained in:
parent
ac4ac77b12
commit
9a3f01e80e
@ -25,7 +25,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: obiovar.h,v 1.1 2008/09/26 03:19:05 macallan Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: obiovar.h,v 1.2 2008/09/26 03:40:26 macallan Exp $");
|
||||
|
||||
#ifndef OBIOVAR_H
|
||||
#define OBIOVAR_H
|
||||
@ -42,5 +42,8 @@ void obio_write_1(int, uint8_t);
|
||||
uint32_t obio_read_4(int);
|
||||
uint8_t obio_read_1(int);
|
||||
|
||||
/* some common offsets */
|
||||
#define HEATHROW_FCR 0x38
|
||||
#define KEYLARGO_FCR1 0x3c
|
||||
|
||||
#endif /* OBIOVAR_H */
|
||||
|
Loading…
Reference in New Issue
Block a user