we need I32_bit, so #include <arm/armreg.h>

This commit is contained in:
dogcow 2008-02-25 06:32:29 +00:00
parent 5823597dfd
commit ae1faa8ff4
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: cpufunc.h,v 1.43 2008/02/24 14:00:04 chris Exp $ */
/* $NetBSD: cpufunc.h,v 1.44 2008/02/25 06:32:29 dogcow Exp $ */
/*
* Copyright (c) 1997 Mark Brinicombe.
@ -46,6 +46,7 @@
#include <sys/types.h>
#include <arm/cpuconf.h>
#include <arm/armreg.h>
struct cpu_functions {