arch proto.h renamed to arch_proto.h
- the file moved to the arch include dir
This commit is contained in:
parent
467a01024e
commit
6c3b981cd6
14 changed files with 13 additions and 13 deletions
|
@ -12,7 +12,7 @@
|
|||
|
||||
#include "kernel/proc.h"
|
||||
#include "kernel/glo.h"
|
||||
#include "proto.h"
|
||||
#include "arch_proto.h"
|
||||
|
||||
#include <minix/u64.h>
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
#include "kernel/system.h"
|
||||
#include <minix/type.h>
|
||||
|
||||
#include "proto.h"
|
||||
#include "arch_proto.h"
|
||||
|
||||
/*===========================================================================*
|
||||
* arch_do_vmctl *
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
#include <sys/sigcontext.h>
|
||||
|
||||
#include "archconst.h"
|
||||
#include "proto.h"
|
||||
#include "arch_proto.h"
|
||||
#include "serial.h"
|
||||
#include "oxpcie.h"
|
||||
#include "kernel/proc.h"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#include "kernel/kernel.h"
|
||||
#include "kernel/watchdog.h"
|
||||
#include "proto.h"
|
||||
#include "arch_proto.h"
|
||||
#include <minix/minlib.h>
|
||||
#include <minix/u64.h>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#include "kernel/kernel.h"
|
||||
#include "proto.h"
|
||||
#include "arch_proto.h"
|
||||
|
||||
#include "debugreg.h"
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
#include <minix/endpoint.h>
|
||||
#include <machine/int86.h>
|
||||
|
||||
#include "proto.h"
|
||||
#include "arch_proto.h"
|
||||
|
||||
struct reg86u reg86;
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
#include "kernel/kernel.h"
|
||||
#include <minix/endpoint.h>
|
||||
|
||||
#include "proto.h"
|
||||
#include "arch_proto.h"
|
||||
|
||||
/*===========================================================================*
|
||||
* do_iopenable *
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#include <minix/devio.h>
|
||||
#include <minix/endpoint.h>
|
||||
|
||||
#include "proto.h"
|
||||
#include "arch_proto.h"
|
||||
|
||||
#if USE_SDEVIO
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
#include "kernel/kernel.h"
|
||||
#include "proto.h"
|
||||
#include "arch_proto.h"
|
||||
#include <signal.h>
|
||||
#include <string.h>
|
||||
#include <assert.h>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
#include "kernel/kernel.h"
|
||||
#include "kernel/proc.h"
|
||||
#include "proto.h"
|
||||
#include "arch_proto.h"
|
||||
#include <minix/portio.h>
|
||||
#include <machine/cpu.h>
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
#include <machine/vm.h>
|
||||
|
||||
#include "oxpcie.h"
|
||||
#include "proto.h"
|
||||
#include "arch_proto.h"
|
||||
#include "kernel/proto.h"
|
||||
#include "kernel/debug.h"
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
#include <machine/partition.h>
|
||||
#include "../../../boot/image.h"
|
||||
#include "string.h"
|
||||
#include "proto.h"
|
||||
#include "arch_proto.h"
|
||||
#include "multiboot.h"
|
||||
|
||||
/* Granularity used in image file and copying */
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
#include "kernel/proc.h"
|
||||
#include "archconst.h"
|
||||
|
||||
#include "proto.h"
|
||||
#include "arch_proto.h"
|
||||
|
||||
#define INT_GATE_TYPE (INT_286_GATE | DESC_386_BIT)
|
||||
#define TSS_TYPE (AVL_286_TSS | DESC_386_BIT)
|
||||
|
|
Loading…
Reference in a new issue