Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
arch
mips
include
asm
setup.h
Go to the documentation of this file.
1
#ifndef _MIPS_SETUP_H
2
#define _MIPS_SETUP_H
3
4
#include <uapi/asm/setup.h>
5
6
extern
void
setup_early_printk
(
void
);
7
8
extern
void
set_handler
(
unsigned
long
offset
,
void
*
addr
,
unsigned
long
len);
9
extern
void
set_uncached_handler
(
unsigned
long
offset
,
void
*
addr
,
unsigned
long
len);
10
11
typedef
void
(*
vi_handler_t
)(
void
);
12
extern
void
*
set_vi_handler
(
int
n
,
vi_handler_t
addr
);
13
14
extern
void
*
set_except_vector
(
int
n
,
void
*
addr
);
15
extern
unsigned
long
ebase
;
16
extern
void
per_cpu_trap_init
(
bool
);
17
extern
void
cpu_cache_init
(
void
);
18
19
#endif
/* __SETUP_H */
Generated on Thu Jan 10 2013 12:50:29 for Linux Kernel by
1.8.2