forked from Imagelibrary/rtems
added or fixed includes of page_table.h to eliminate warnings.
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
#include <rtems.h>
|
||||
#include <bsp.h>
|
||||
#include <z8036.h>
|
||||
#include <page_table.h>
|
||||
|
||||
void bsp_return_to_monitor_trap()
|
||||
{
|
||||
|
||||
@@ -29,6 +29,7 @@
|
||||
|
||||
#include <bsp.h>
|
||||
#include <rtems/libio.h>
|
||||
#include <page_table.h>
|
||||
|
||||
#include <libcsupport.h>
|
||||
|
||||
|
||||
@@ -43,9 +43,10 @@
|
||||
* Working on page table. Caching partially set up, but can't currently
|
||||
* set tc register.
|
||||
*
|
||||
*/
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include "page_table.h"
|
||||
#include <page_table.h>
|
||||
|
||||
/* All page table must fit between BASE_TABLE_ADDR and
|
||||
MAX_TABLE_ADDR. */
|
||||
|
||||
Reference in New Issue
Block a user