added or fixed includes of page_table.h to eliminate warnings.

This commit is contained in:
Joel Sherrill
1997-04-07 21:27:22 +00:00
parent 588c9ede55
commit 2938c1a3f3
3 changed files with 5 additions and 2 deletions

View File

@@ -23,6 +23,7 @@
#include <rtems.h>
#include <bsp.h>
#include <z8036.h>
#include <page_table.h>
void bsp_return_to_monitor_trap()
{

View File

@@ -29,6 +29,7 @@
#include <bsp.h>
#include <rtems/libio.h>
#include <page_table.h>
#include <libcsupport.h>

View File

@@ -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. */