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
s390
include
asm
reset.h
Go to the documentation of this file.
1
/*
2
* Copyright IBM Corp. 2006
3
* Author(s): Heiko Carstens <
[email protected]
>
4
*/
5
6
#ifndef _ASM_S390_RESET_H
7
#define _ASM_S390_RESET_H
8
9
#include <linux/list.h>
10
11
struct
reset_call
{
12
struct
list_head
list
;
13
void
(*
fn
)(
void
);
14
};
15
16
extern
void
register_reset_call
(
struct
reset_call
*reset);
17
extern
void
unregister_reset_call
(
struct
reset_call
*reset);
18
extern
void
s390_reset_system
(
void
(*
func
)(
void
*),
void
*
data
);
19
#endif
/* _ASM_S390_RESET_H */
Generated on Thu Jan 10 2013 13:01:12 for Linux Kernel by
1.8.2