grlib: Move header files

Update #3678.
This commit is contained in:
Sebastian Huber
2018-12-22 07:13:44 +01:00
parent 95c19211d1
commit 3172092576
140 changed files with 315 additions and 309 deletions

View File

@@ -14,7 +14,7 @@
#include <bsp.h>
#include <bsp/fatal.h>
#include <leon.h>
#include <ambapp.h>
#include <grlib/ambapp.h>
#include <rtems/sysinit.h>
unsigned int leon3_timer_prescaler __attribute__((weak)) = 0;
@@ -32,7 +32,7 @@ struct ambapp_bus ambapp_plb;
*/
#ifdef RTEMS_DRVMGR_STARTUP
#include <drvmgr/drvmgr.h>
#include <drvmgr/ambapp_bus_grlib.h>
#include <grlib/ambapp_bus_grlib.h>
extern void gptimer_register_drv (void);
extern void apbuart_cons_register_drv(void);