modify include lines and Makefiles
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#include <aal/debug.h>
|
||||
#include <aal/cpu.h>
|
||||
#include <ihk/debug.h>
|
||||
#include <ihk/cpu.h>
|
||||
|
||||
void panic(const char *msg)
|
||||
{
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#define AAL_CPU_H
|
||||
|
||||
#include <list.h>
|
||||
#include <aal/context.h>
|
||||
#include <ihk/context.h>
|
||||
|
||||
void cpu_enable_interrupt(void);
|
||||
void cpu_disable_interrupt(void);
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#ifndef AAL_DEBUG_H
|
||||
#define AAL_DEBUG_H
|
||||
|
||||
#include <aal/memconst.h>
|
||||
#include <ihk/memconst.h>
|
||||
|
||||
struct aal_kmsg_buf {
|
||||
int tail;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#ifndef __HEADER_GENERIC_INCLUDE_DMA_H
|
||||
#define __HEADER_GENERIC_INCLUDE_DMA_H
|
||||
|
||||
#include <aal/ikc.h>
|
||||
#include <ihk/ikc.h>
|
||||
|
||||
struct aal_dma_request {
|
||||
aal_os_t src_os;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#ifndef TYPES_H
|
||||
#define TYPES_H
|
||||
|
||||
#include <aal/types.h>
|
||||
#include <ihk/types.h>
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -4,10 +4,10 @@
|
||||
*/
|
||||
#include <types.h>
|
||||
#include <string.h>
|
||||
#include <aal/debug.h>
|
||||
#include <aal/lock.h>
|
||||
#include <aal/mm.h>
|
||||
#include <aal/page_alloc.h>
|
||||
#include <ihk/debug.h>
|
||||
#include <ihk/lock.h>
|
||||
#include <ihk/mm.h>
|
||||
#include <ihk/page_alloc.h>
|
||||
#include <memory.h>
|
||||
#include <bitops.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user