From e81425551e166de567a2a2b6cb3eda2aef0ed42f Mon Sep 17 00:00:00 2001 From: obrien Date: Sun, 9 Dec 2001 19:12:07 +0000 Subject: style(9) --- sys/i386/include/types.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'sys/i386') diff --git a/sys/i386/include/types.h b/sys/i386/include/types.h index 66e95ec..4b11496 100644 --- a/sys/i386/include/types.h +++ b/sys/i386/include/types.h @@ -38,12 +38,12 @@ #define _MACHINE_TYPES_H_ #if !defined(_ANSI_SOURCE) && !defined(_POSIX_SOURCE) -typedef struct _physadr { - int r[1]; +typedef struct _physadr { + int r[1]; } *physadr; -typedef struct label_t { - int val[6]; +typedef struct label_t { + int val[6]; } label_t; #endif @@ -61,12 +61,12 @@ typedef unsigned int uintfptr_t; #endif /* Critical section value */ -typedef register_t critical_t; +typedef register_t critical_t; /* Interrupt mask (spl, xxx_imask, etc) */ -typedef __uint32_t intrmask_t; +typedef __uint32_t intrmask_t; /* Interrupt handler function type. */ -typedef void ointhand2_t __P((int _device_id)); +typedef void ointhand2_t __P((int _device_id)); #endif /* !_MACHINE_TYPES_H_ */ -- cgit v1.1