pl11[01]: use types.h instead of own uint32 typedef
This commit is contained in:
parent
af22b6fe46
commit
ea66b3dd3a
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user