current.hpp 103 B

12345
  1. #pragma once
  2. #include <kernel/task/thread.hpp>
  3. inline kernel::task::thread* volatile current_thread;