Root/Examples/hello_sram/build/include/types.h

1/*
2  * Copyright (c) 2009, yajin <yajin@vm-kernel.org>
3  *
4  * This program is free software; you can redistribute it and/or
5  * modify it under the terms of the GNU General Public License as
6  * published by the Free Software Foundation; either version 2 of
7  * the License, or (at your option) any later version.
8  */
9
10#ifndef __TYPES_H__
11#define __TYPES_H__
12
13#define u32 unsigned int
14#define u16 unsigned short
15#define u8 unsigned char
16
17#endif /* __TYPES_H__ */
18

Archive Download this file

Branches:
master



interactive