added files

added some template code
This commit is contained in:
hathach
2012-11-27 15:21:47 +07:00
parent e62963844b
commit 06c16ae03f
35 changed files with 5951 additions and 32 deletions

View File

@@ -35,10 +35,11 @@
* This file is part of the tiny usb stack.
*/
#ifndef COMMON_H_
#define COMMON_H_
#ifndef _TUSB_COMMON_H_
#define _TUSB_COMMON_H_
#include "arch/arch.h"
#include "compiler/compiler.h"
#include "errors.h"
#endif /* COMMON_H_ */
#endif /* _TUSB_COMMON_H_ */