diff options
Diffstat (limited to 'security/tomoyo/common.h')
-rw-r--r-- | security/tomoyo/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/tomoyo/common.h b/security/tomoyo/common.h index b8b2dac656f1..2ffad6138555 100644 --- a/security/tomoyo/common.h +++ b/security/tomoyo/common.h | |||
@@ -705,6 +705,8 @@ void tomoyo_check_profile(void); | |||
705 | int tomoyo_open_control(const u8 type, struct file *file); | 705 | int tomoyo_open_control(const u8 type, struct file *file); |
706 | /* Close /sys/kernel/security/tomoyo/ interface. */ | 706 | /* Close /sys/kernel/security/tomoyo/ interface. */ |
707 | int tomoyo_close_control(struct file *file); | 707 | int tomoyo_close_control(struct file *file); |
708 | /* Poll operation for /sys/kernel/security/tomoyo/ interface. */ | ||
709 | int tomoyo_poll_control(struct file *file, poll_table *wait); | ||
708 | /* Read operation for /sys/kernel/security/tomoyo/ interface. */ | 710 | /* Read operation for /sys/kernel/security/tomoyo/ interface. */ |
709 | int tomoyo_read_control(struct file *file, char __user *buffer, | 711 | int tomoyo_read_control(struct file *file, char __user *buffer, |
710 | const int buffer_len); | 712 | const int buffer_len); |