Imported Upstream version 2.9.0
[debian/cc1111] / device / examples / startupcode / inc / startup_code.h
1 // INCLUDES & DEFINES ===============================================
2 // here are some definition about the CPU type
3
4 #ifndef __FILE_WSI_128KFLASH_H
5 #define __FILE_WSI_128KFLASH_H
6
7 #include "..\inc\hardware_description.h"
8
9 // place all 8051-CPU depending tools ISR and functions here
10
11 //include "..\inc\another_header.h"
12 #endif