]> rtime.felk.cvut.cz Git - sysless.git/blobdiff - arch/h8300/mach-2638/drivers/periph/sci_regs.h
It is 12 years after C99 standardization - switch to stdint.h and its types.
[sysless.git] / arch / h8300 / mach-2638 / drivers / periph / sci_regs.h
index 9b436b4077723d366e4f2d232dea2d79bc39a7a0..54710b159c6eb9c2ed5e9b6099c2689ca0ea80e7 100644 (file)
 #ifndef _SCI_REGS_H
 #define _SCI_REGS_H
 
-#include <types.h>
+#include <stdint.h>
 
 struct sci_regs {
-    volatile __u8  rs232_smr;
-    volatile __u8  rs232_brr;
-    volatile __u8  rs232_scr;
-    volatile __u8  rs232_tdr;
-    volatile __u8  rs232_ssr;
-    volatile __u8  rs232_rdr;
-    volatile __u8  rs232_scmr;
+    volatile uint8_t  rs232_smr;
+    volatile uint8_t  rs232_brr;
+    volatile uint8_t  rs232_scr;
+    volatile uint8_t  rs232_tdr;
+    volatile uint8_t  rs232_ssr;
+    volatile uint8_t  rs232_rdr;
+    volatile uint8_t  rs232_scmr;
 };