Second pass at moving sky files into mips dir,

prepend sky- to all #include's of sky headers.
This commit is contained in:
Doug Evans 1998-02-06 03:09:03 +00:00
parent b073d4281c
commit 803f52b9dc
4 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
/* Copyright (C) 1998, Cygnus Solutions */
#include "pke.h"
#include "sky-pke.h"
#include <stdlib.h>

View File

@ -4,7 +4,7 @@
#define H_PKE_H
#include "sim-main.h"
#include "device.h"
#include "sky-device.h"
/* External functions */

View File

@ -4,8 +4,8 @@
#include "sim-main.h"
#include "device.h"
#include "vu0.h"
#include "sky-device.h"
#include "sky-vu0.h"
static char vu0_mem0_buffer[VU0_MEM0_SIZE];
static char vu0_mem1_buffer[VU0_MEM1_SIZE];

View File

@ -4,10 +4,10 @@
#include "sim-main.h"
#include "device.h"
#include "vu1.h"
#include "libvpe.h"
#include "vu.h"
#include "sky-device.h"
#include "sky-vu1.h"
#include "sky-libvpe.h"
#include "sky-vu.h"
VectorUnitState vu1_state;