Skip to content
Snippets Groups Projects
Commit 281f7ec4 authored by Bernard Blackham's avatar Bernard Blackham
Browse files

Verified typedefs

parent 77e73f29
Branches
Tags
No related merge requests found
#ifndef _TYPES_H_
#define _TYPES_H_
/* FIXME: are these typedefs right for m68hc11-gcc? */
/* XXX: see gcc manual for types */
typedef unsigned char u8;
typedef signed char s8;
typedef unsigned short u16;
......@@ -12,5 +10,4 @@ typedef signed long s32;
typedef u8 bool;
typedef u16 addr_t;
#endif /* _TYPES_H_ */
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment