headers/bsd: Add sys/queue.h.
[haiku.git] / src / system / boot / loader / loader.h
blob4f0464b781f26017351f62c2d3a709a351123bc6
1 /*
2 ** Copyright 2003-2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
3 ** Distributed under the terms of the MIT License.
4 */
5 #ifndef LOADER_H
6 #define LOADER_H
9 #include <boot/vfs.h>
12 extern bool is_bootable(Directory* volume);
13 extern status_t load_kernel(stage2_args* args, BootVolume& volume);
14 extern status_t load_modules(stage2_args* args, BootVolume& volume);
16 #endif /* LOADER_H */