VFS syscall prototypes have been moved to syscalls.h.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8270 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2004-07-02 02:56:06 +00:00
parent 7b89ff958c
commit be874324a3

View File

@ -1,8 +1,8 @@
/* Contains the ELF loader */
/*
** Copyright 2002-2004, The OpenBeOS Team. All rights reserved.
** Distributed under the terms of the OpenBeOS License.
** Copyright 2002-2004, The Haiku Team. All rights reserved.
** Distributed under the terms of the Haiku License.
**
** Copyright 2001, Travis Geiselbrecht. All rights reserved.
** Distributed under the terms of the NewOS License.
@ -18,6 +18,7 @@
#include <debug.h>
#include <kimage.h>
#include <khash.h>
#include <syscalls.h>
#include <arch/cpu.h>
#include <arch/elf.h>