repo.or.cz
/
newos.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
use the -newos toolchain even if -elf is present.
[newos.git]
/
include
/
kernel
/
faults.h
blob
0776ef0fd8bdc454ba07e14cf54c9702b4c12dcf
1
/*
2
** Copyright 2001-2002, Travis Geiselbrecht. All rights reserved.
3
** Distributed under the terms of the NewOS License.
4
*/
5
#ifndef _KERNEL_FAULTS_H
6
#define _KERNEL_FAULTS_H
7
8
#include <boot/stage2.h>
9
10
int
faults_init
(
kernel_args
*
ka
);
11
12
#endif
13