| Line |  | 
|---|
| 1 |  | 
|---|
| 2 | #ifndef SH_KERN_H | 
|---|
| 3 | #define SH_KERN_H | 
|---|
| 4 |  | 
|---|
| 5 | #include "sh_modules.h" | 
|---|
| 6 |  | 
|---|
| 7 | #ifdef SH_USE_KERN | 
|---|
| 8 | int sh_kern_init  (void); | 
|---|
| 9 | int sh_kern_timer (time_t tcurrent); | 
|---|
| 10 | int sh_kern_check (void); | 
|---|
| 11 | int sh_kern_end   (void); | 
|---|
| 12 | int sh_kern_null  (void); | 
|---|
| 13 |  | 
|---|
| 14 | int sh_kern_set_activate (char * c); | 
|---|
| 15 | int sh_kern_set_severity (char * c); | 
|---|
| 16 | int sh_kern_set_timer    (char * c); | 
|---|
| 17 | int sh_kern_set_idt      (char * c); | 
|---|
| 18 |  | 
|---|
| 19 | /* FIXME: document these */ | 
|---|
| 20 | int sh_kern_set_sct_addr (char * c); | 
|---|
| 21 | int sh_kern_set_sc_addr  (char * c); | 
|---|
| 22 | int sh_kern_set_proc_root (char * c); | 
|---|
| 23 | int sh_kern_set_proc_root_lookup (char * c); | 
|---|
| 24 | int sh_kern_set_proc_root_iops (char * c); | 
|---|
| 25 |  | 
|---|
| 26 | extern 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.