You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#ifndef _SEC_ARGOS_H
|
|
#define _SEC_ARGOS_H
|
|
|
|
extern int sec_argos_register_notifier(struct notifier_block *n, char *label);
|
|
extern int sec_argos_unregister_notifier(struct notifier_block *n, char *label);
|
|
|
|
#endif
|
|
|