merge both commpage.h into the private header
Travis, I hope this fits your needs :) git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20173 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -8,8 +8,6 @@
|
||||
#include <KernelExport.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <os/kernel/arch/x86/commpage.h>
|
||||
|
||||
static area_id comm_area;
|
||||
static area_id user_comm_area;
|
||||
static unsigned long *comm_ptr;
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* branch to the syscall vector in the commpage
|
||||
*/
|
||||
|
||||
#include <os/kernel/arch/x86/commpage.h>
|
||||
#include <arch/x86/commpage.h>
|
||||
|
||||
#define _SYSCALL(name, n) \
|
||||
.globl name; \
|
||||
|
||||
Reference in New Issue
Block a user