inclusion of sysdeps/knf/mic/mic_type.h for specifying CONFIG_KNF

This commit is contained in:
Balazs Gerofi
2012-08-05 13:35:21 +09:00
parent 9f82fae7af
commit bccfa3ef5b
4 changed files with 4 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ obj-m += mcctrl.o
mcctrl-objs := driver.o control.o ikc.o syscall.o
AAL_BASE=$(src)/../../../aal
EXTRA_CFLAGS = -I$(AAL_BASE)/host/include -I$(AAL_BASE)/ikc/include -I$(src)/../include
EXTRA_CFLAGS = -I$(AAL_BASE)/host/include -I$(AAL_BASE)/host/driver/knf -I$(AAL_BASE)/include -I$(AAL_BASE)/ikc/include -I$(src)/../include
.PHONY: clean install

View File

@@ -7,6 +7,7 @@
#include <asm/delay.h>
#include <asm/msr.h>
#include <asm/io.h>
#include <sysdeps/knf/mic/mic_type.h>
#include "mcctrl.h"
#ifdef DEBUG

View File

@@ -7,6 +7,7 @@
#include <linux/fs.h>
#include <linux/miscdevice.h>
#include <linux/slab.h>
#include <sysdeps/knf/mic/mic_type.h>
#include "mcctrl.h"
extern long __mcctrl_control(aal_os_t, unsigned int, unsigned long);

View File

@@ -6,6 +6,7 @@
#include "mcctrl.h"
#include <aal/ikc.h>
#include <ikc/master.h>
#include <sysdeps/knf/mic/micconst.h>
#define REQUEST_SHIFT 16