1
0

devices -> drivers

This commit is contained in:
2012-10-03 23:30:19 -04:00
parent 9b66a78569
commit 3f624153e7
15 changed files with 7 additions and 7 deletions

View File

@ -27,13 +27,13 @@
#include <console.h>
#ifdef CONFIG_VEXPRESS_A9
#include <devices/pl011.h>
#include <devices/pl111.h>
#include <drivers/pl011.h>
#include <drivers/pl111.h>
#endif
#ifdef CONFIG_RPI
#include <devices/pi_mini_uart.h>
#include <devices/bcm2835_videocore.h>
#include <drivers/pi_mini_uart.h>
#include <drivers/bcm2835_videocore.h>
#endif
struct fb myfb;