exynos-linux-stable/include/linux/sec_argos.h

8 lines
211 B
C
Raw Permalink Normal View History

#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