diff options
| author | Andrew Turner <andrew@FreeBSD.org> | 2016-01-22 13:09:43 +0000 |
|---|---|---|
| committer | Andrew Turner <andrew@FreeBSD.org> | 2016-01-22 13:09:43 +0000 |
| commit | 324636c328f0af6313716dd5b41ba96652249910 (patch) | |
| tree | 0252381dfc0fe5004390677e4e33d00e00c36e03 /sys/dev/fdt | |
| parent | 654ad322b6a2e92ca8a310cd95c7b5471ef11f07 (diff) | |
Notes
Diffstat (limited to 'sys/dev/fdt')
| -rw-r--r-- | sys/dev/fdt/fdt_common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/fdt/fdt_common.h b/sys/dev/fdt/fdt_common.h index 09224d533d11..3eb33c19cf70 100644 --- a/sys/dev/fdt/fdt_common.h +++ b/sys/dev/fdt/fdt_common.h @@ -45,8 +45,10 @@ struct fdt_sense_level { enum intr_polarity pol; }; +#if defined(__arm__) && !defined(ARM_INTRNG) typedef int (*fdt_pic_decode_t)(phandle_t, pcell_t *, int *, int *, int *); extern fdt_pic_decode_t fdt_pic_table[]; +#endif #if defined(__arm__) || defined(__powerpc__) typedef void (*fdt_fixup_t)(phandle_t); |
