summaryrefslogtreecommitdiff
path: root/sys/arch/pc532
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/pc532')
-rw-r--r--sys/arch/pc532/include/types.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/sys/arch/pc532/include/types.h b/sys/arch/pc532/include/types.h
index ff4571ce8b5..099e0af4487 100644
--- a/sys/arch/pc532/include/types.h
+++ b/sys/arch/pc532/include/types.h
@@ -1,4 +1,5 @@
/* $NetBSD: types.h,v 1.12 1995/12/09 04:41:41 mycroft Exp $ */
+/* $OpenBSD: types.h,v 1.5 1999/01/08 03:04:08 millert Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -60,19 +61,19 @@ typedef unsigned long vm_size_t;
#define __BIT_TYPES_DEFINED__
typedef __signed char int8_t;
typedef unsigned char u_int8_t;
-typedef unsigned char uint8_t;
+typedef unsigned char uint8_t;
typedef short int16_t;
typedef unsigned short u_int16_t;
-typedef unsigned short uint16_t;
+typedef unsigned short uint16_t;
typedef int int32_t;
typedef unsigned int u_int32_t;
-typedef unsigned int uint32_t;
+typedef unsigned int uint32_t;
/* LONGLONG */
typedef long long int64_t;
/* LONGLONG */
typedef unsigned long long u_int64_t;
/* LONGLONG */
-typedef unsigned long long uint64_t;
+typedef unsigned long long uint64_t;
typedef int32_t register_t;