preempt.h 92 B

12345
  1. /* */
  2. #define preempt_disable() do { } while (0)
  3. #define preempt_enable() do { } while (0)