logo

oasis-root

Compiled tree of Oasis Linux based on own branch at <https://hacktivis.me/git/oasis/> git clone https://anongit.hacktivis.me/git/oasis-root.git

klog.h (150B)


  1. #ifndef _SYS_KLOG_H
  2. #define _SYS_KLOG_H
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. int klogctl (int, char *, int);
  7. #ifdef __cplusplus
  8. }
  9. #endif
  10. #endif