ipmb_thread.h 114 B

123456
  1. #ifndef __IPMB_THREAD_H__
  2. #define __IPMB_THREAD_H__
  3. void *ipmb_main(void *args);
  4. #endif /* __IPMB_THREAD_H__ */