Second pass at moving sky files into mips dir,
prepend sky- to all #include's of sky headers.
This commit is contained in:
parent
b073d4281c
commit
803f52b9dc
@ -1,6 +1,6 @@
|
||||
/* Copyright (C) 1998, Cygnus Solutions */
|
||||
|
||||
#include "pke.h"
|
||||
#include "sky-pke.h"
|
||||
#include <stdlib.h>
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
#define H_PKE_H
|
||||
|
||||
#include "sim-main.h"
|
||||
#include "device.h"
|
||||
#include "sky-device.h"
|
||||
|
||||
|
||||
/* External functions */
|
||||
|
@ -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];
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user