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

Go to the source code of this file.

Data Structures

struct  syscore_ops
 

Functions

void register_syscore_ops (struct syscore_ops *ops)
 
void unregister_syscore_ops (struct syscore_ops *ops)
 
void syscore_shutdown (void)
 

Function Documentation

void register_syscore_ops ( struct syscore_ops ops)

register_syscore_ops - Register a set of system core operations. : System core operations to register.

Definition at line 21 of file syscore.c.

void syscore_shutdown ( void  )

syscore_shutdown - Execute all the registered system core shutdown callbacks.

Definition at line 113 of file syscore.c.

void unregister_syscore_ops ( struct syscore_ops ops)

unregister_syscore_ops - Unregister a set of system core operations. : System core operations to unregister.

Definition at line 33 of file syscore.c.