Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
reset.h File Reference
#include <linux/list.h>

Go to the source code of this file.

Data Structures

struct  reset_call
 

Functions

void register_reset_call (struct reset_call *reset)
 
void unregister_reset_call (struct reset_call *reset)
 
void s390_reset_system (void(*func)(void *), void *data)
 

Function Documentation

void register_reset_call ( struct reset_call reset)

Definition at line 1995 of file ipl.c.

void s390_reset_system ( void(*)(void *)  func,
void data 
)

Definition at line 2027 of file ipl.c.

void unregister_reset_call ( struct reset_call reset)

Definition at line 2003 of file ipl.c.