diff options
| author | Warner Losh <imp@FreeBSD.org> | 2006-04-13 17:31:02 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2006-04-13 17:31:02 +0000 |
| commit | 3de060b9969ecf9b0847aff04816562a99fb4a03 (patch) | |
| tree | f990d3e88e82524f7ac84a9042d6d88e4a0cb1d7 /sys | |
| parent | 9477358d003cb04267912edafc8536501639ac42 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/boot/arm/at91/boot0/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/arm/at91/boot0/main.c b/sys/boot/arm/at91/boot0/main.c index 5f4cc724e0f2c..bc29b2fbacc5d 100644 --- a/sys/boot/arm/at91/boot0/main.c +++ b/sys/boot/arm/at91/boot0/main.c @@ -26,6 +26,7 @@ #include "AT91RM9200.h" #include "lib.h" +#include "at91rm9200_lowlevel.h" typedef void fn_t(void); |
