pl11[01]: use types.h instead of own uint32 typedef
This commit is contained in:
		@@ -18,10 +18,9 @@
 | 
				
			|||||||
    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 | 
					    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#include <types.h>
 | 
				
			||||||
#include <framebuffer.h>
 | 
					#include <framebuffer.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
typedef unsigned int		uint32;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#define PL110_CR_EN		0x001
 | 
					#define PL110_CR_EN		0x001
 | 
				
			||||||
#define PL110_CR_PWR		0x800
 | 
					#define PL110_CR_PWR		0x800
 | 
				
			||||||
#define PL110_IOBASE		0xc0000000
 | 
					#define PL110_IOBASE		0xc0000000
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -18,10 +18,9 @@
 | 
				
			|||||||
    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 | 
					    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#include <types.h>
 | 
				
			||||||
#include <framebuffer.h>
 | 
					#include <framebuffer.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
typedef unsigned int		uint32;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#define PL111_CR_EN		0x001
 | 
					#define PL111_CR_EN		0x001
 | 
				
			||||||
#define PL111_CR_PWR		0x800
 | 
					#define PL111_CR_PWR		0x800
 | 
				
			||||||
#define PL111_IOBASE		0x10020000
 | 
					#define PL111_IOBASE		0x10020000
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user