use the -newos toolchain even if -elf is present.
[newos.git] / include / kernel / vm_store_device.h
blobc70f221762db0694df5d7acefd067622bc78e2b0
1 /*
2 ** Copyright 2001-2002, Travis Geiselbrecht. All rights reserved.
3 ** Distributed under the terms of the NewOS License.
4 */
5 #ifndef _KERNEL_VM_STORE_DEVICE_H
6 #define _KERNEL_VM_STORE_DEVICE_H
8 #include <kernel/kernel.h>
9 #include <kernel/vm.h>
11 vm_store *vm_store_create_device(addr_t base_addr);
13 #endif