process.h 173 B

12345678910
  1. #ifndef _WONX_SYS_PROCESS_H_
  2. #define _WONX_SYS_PROCESS_H_
  3. #include "bank.h"
  4. #include "filesys.h"
  5. #include "indirect.h"
  6. #warning process function is not supported.
  7. #endif