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
sparc
include
asm
setup.h
Go to the documentation of this file.
1
/*
2
* Just a place holder.
3
*/
4
#ifndef _SPARC_SETUP_H
5
#define _SPARC_SETUP_H
6
7
#include <uapi/asm/setup.h>
8
9
10
extern
char
reboot_command
[];
11
12
#ifdef CONFIG_SPARC32
13
/* The CPU that was used for booting
14
* Only sun4d + leon may have boot_cpu_id != 0
15
*/
16
extern
unsigned
char
boot_cpu_id
;
17
18
extern
unsigned
long
empty_zero_page
;
19
20
extern
int
serial_console;
21
static
inline
int
con_is_present(
void
)
22
{
23
return
serial_console ? 0 : 1;
24
}
25
#endif
26
27
extern
void
sun_do_break
(
void
);
28
extern
int
stop_a_enabled
;
29
extern
int
scons_pwroff
;
30
31
#endif
/* _SPARC_SETUP_H */
Generated on Thu Jan 10 2013 12:50:29 for Linux Kernel by
1.8.2