use stdint.h instead of custom types.h

stdint.h is more portable across compilers
This commit is contained in:
Mariano Alvira 2010-11-10 15:44:38 -05:00
parent 57a8a204b2
commit 3ec4b267fc
10 changed files with 9 additions and 56 deletions

View file

@ -36,6 +36,8 @@
#ifndef ISR_H
#define ISR_H
#include <stdint.h>
#define INTBASE (0x80020000)
/* Structure-based ITC access */