diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2023-05-04 19:33:39 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2023-05-04 19:33:39 +0000 |
| commit | afdb42987ca82869eeaecf6dc25c2b6fb7b8370e (patch) | |
| tree | 6b1411d47fcb69739bee3069393ef6552cf322ee /sys/dev/ofw | |
| parent | 2fd903276ddb5159dcea93f16e0bfe9a1fc9e491 (diff) | |
Diffstat (limited to 'sys/dev/ofw')
| -rw-r--r-- | sys/dev/ofw/ofw_cpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ofw/ofw_cpu.h b/sys/dev/ofw/ofw_cpu.h index d96991946237..1c6d7e766040 100644 --- a/sys/dev/ofw/ofw_cpu.h +++ b/sys/dev/ofw/ofw_cpu.h @@ -31,7 +31,7 @@ #ifndef _DEV_OFW_OFW_CPU_H_ #define _DEV_OFW_OFW_CPU_H_ -typedef boolean_t (*ofw_cpu_foreach_cb)(u_int, phandle_t, u_int, pcell_t *); +typedef bool (*ofw_cpu_foreach_cb)(u_int, phandle_t, u_int, pcell_t *); int ofw_cpu_early_foreach(ofw_cpu_foreach_cb, boolean_t); #endif /* _DEV_OFW_OFW_CPU_H_ */ |
