1
0
Fork 0

pl11[01]: use types.h instead of own uint32 typedef

This commit is contained in:
Aaron Lindsay 2012-09-30 22:51:06 -04:00
parent af22b6fe46
commit ea66b3dd3a
2 changed files with 2 additions and 4 deletions

View File

@ -18,10 +18,9 @@
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <types.h>
#include <framebuffer.h>
typedef unsigned int uint32;
#define PL110_CR_EN 0x001
#define PL110_CR_PWR 0x800
#define PL110_IOBASE 0xc0000000

View File

@ -18,10 +18,9 @@
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <types.h>
#include <framebuffer.h>
typedef unsigned int uint32;
#define PL111_CR_EN 0x001
#define PL111_CR_PWR 0x800
#define PL111_IOBASE 0x10020000