1. NAME

register_syscore_ops - Register a set of system core operations.

2. SYNOPSIS

void register_syscore_ops(struct syscore_ops *  ops );

3. ARGUMENTS

ops
    System core operations to register.

4. COPYRIGHT