Include files now installed as <rtems/*.h>.

This commit is contained in:
Joel Sherrill
1998-12-01 13:56:46 +00:00
parent 37de72b908
commit bfc3533594
14 changed files with 16 additions and 18 deletions

View File

@@ -25,7 +25,7 @@
#define TEST_INIT
#include "system.h"
#include "rtmonuse.h"
#include <rtems/rtmonuse.h>
rtems_task Init(
rtems_task_argument argument

View File

@@ -21,8 +21,8 @@
#include "system.h"
#include <cpuuse.h>
#include "rtmonuse.h"
#include <rtems/cpuuse.h>
#include <rtems/rtmonuse.h>
rtems_unsigned32 Periods[6] = { 0, 2, 2, 2, 2, 100 };
rtems_unsigned32 Iterations[6] = { 0, 50, 50, 50, 50, 1 };