summaryrefslogtreecommitdiffstats
path: root/sys/sys/types.h
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2005-09-26 07:45:35 +0000
committernjl <njl@FreeBSD.org>2005-09-26 07:45:35 +0000
commit88a1a84601b5e9e9e80cf61d084471228d38bd5e (patch)
treec54b6ad83d3c9cb4b98d64ed66d2a99997e19332 /sys/sys/types.h
parent5b312e287b243f7202cf5a21999e3da021076593 (diff)
downloadFreeBSD-src-88a1a84601b5e9e9e80cf61d084471228d38bd5e.zip
FreeBSD-src-88a1a84601b5e9e9e80cf61d084471228d38bd5e.tar.gz
Fix order and style(9) to match surrounding defs.
Diffstat (limited to 'sys/sys/types.h')
-rw-r--r--sys/sys/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/types.h b/sys/sys/types.h
index fa1e0bd..7a0edf2 100644
--- a/sys/sys/types.h
+++ b/sys/sys/types.h
@@ -270,6 +270,7 @@ typedef __vm_size_t vm_size_t;
#ifdef _KERNEL
typedef int boolean_t;
typedef __cpumask_t cpumask_t;
+typedef struct device *device_t;
typedef __intfptr_t intfptr_t;
/*-
@@ -285,7 +286,6 @@ typedef __uint32_t intrmask_t; /* Interrupt mask (spl, xxx_imask...) */
typedef __uintfptr_t uintfptr_t;
typedef __uint64_t uoff_t;
typedef struct vm_page *vm_page_t;
-typedef struct device *device_t;
#define offsetof(type, field) __offsetof(type, field)
OpenPOWER on IntegriCloud