diff options
Diffstat (limited to 'device')
-rw-r--r-- | device/dev_master.h | 2 | ||||
-rw-r--r-- | device/io_req.h | 2 | ||||
-rw-r--r-- | device/net_io.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/device/dev_master.h b/device/dev_master.h index 6ad1152..70d4c63 100644 --- a/device/dev_master.h +++ b/device/dev_master.h @@ -37,7 +37,7 @@ #if NCPUS > 1 -#include <kern/macro_help.h> +#include <kern/macros.h> #include <kern/cpu_number.h> #include <kern/sched_prim.h> #include <kern/thread.h> diff --git a/device/io_req.h b/device/io_req.h index 65e23e6..1ad4680 100644 --- a/device/io_req.h +++ b/device/io_req.h @@ -42,7 +42,7 @@ #include <device/device_types.h> #include <device/dev_hdr.h> -#include <kern/macro_help.h> +#include <kern/macros.h> /* * IO request element, queued on device for delayed replies. diff --git a/device/net_io.h b/device/net_io.h index f6de854..d4e24d4 100644 --- a/device/net_io.h +++ b/device/net_io.h @@ -38,7 +38,7 @@ #include <mach/machine/vm_types.h> #include <ipc/ipc_kmsg.h> -#include <kern/macro_help.h> +#include <kern/macros.h> #include <kern/lock.h> #include <kern/kalloc.h> |