source: branches/samhain_3_1/include/sh_kern.h@ 581

Last change on this file since 581 was 425, checked in by katerina, 12 years ago

Fix for tickets #329, #330, #331, #332

File size: 802 bytes
Line 
1
2#ifndef SH_KERN_H
3#define SH_KERN_H
4
5#include "sh_modules.h"
6
7#ifdef SH_USE_KERN
8int sh_kern_init (struct mod_type * arg);
9int sh_kern_timer (time_t tcurrent);
10int sh_kern_check (void);
11int sh_kern_end (void);
12int sh_kern_null (void);
13
14int sh_kern_set_activate (const char * c);
15int sh_kern_set_severity (const char * c);
16int sh_kern_set_timer (const char * c);
17int sh_kern_set_idt (const char * c);
18int sh_kern_set_pci (const char * c);
19int sh_kern_set_proc (const char * c);
20int sh_kern_set_sct_addr (const char * c);
21int sh_kern_set_sc_addr (const char * c);
22int sh_kern_set_proc_root (const char * c);
23int sh_kern_set_proc_root_lookup (const char * c);
24int sh_kern_set_proc_root_iops (const char * c);
25
26extern sh_rconf sh_kern_table[];
27#endif
28
29/* #ifndef SH_UTMP_H */
30#endif
Note: See TracBrowser for help on using the repository browser.