register_syscore_ops(9) Register a set of system core operations.

SYNOPSIS

void register_syscore_ops(struct syscore_ops * ops);

ARGUMENTS

ops

System core operations to register.

COPYRIGHT