6809: Add uarg_t
authorTormod Volden <debian.tormod@gmail.com>
Sun, 1 Feb 2015 19:59:53 +0000 (20:59 +0100)
committerAlan Cox <alan@linux.intel.com>
Sun, 1 Feb 2015 20:33:08 +0000 (20:33 +0000)
Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
Kernel/cpu-6809/cpu.h

index 92be5fa..f846247 100644 (file)
@@ -9,6 +9,7 @@ typedef signed int size_t;
 typedef uint8_t irqflags_t;
 
 typedef int16_t arg_t;
+typedef uint16_t uarg_t;               /* Holds arguments */
 typedef uint16_t usize_t;              /* Largest value passed by userspace */
 typedef int16_t susize_t;
 typedef uint16_t uaddr_t;              /* A user address must fit this */