commit | 41220d2beafdf55e49e29513b4de24826070a18e | [log] [tgz] |
---|---|---|
author | Andy Ross <andrew.j.ross@intel.com> | Tue Mar 31 09:17:09 2020 -0700 |
committer | Andrew Boie <andrewboie@gmail.com> | Tue Apr 14 10:05:55 2020 -0700 |
tree | a9748ebc1f17f03c74808db74d44e8e5ec0652a2 | |
parent | 15c52ed12a7c017dc2a55c6a7b1ee1b322deb243 [diff] |
include: Move waitq and timeout structs to kernel_structs.h Struct definitions contain no inlines that depend on other code so should live early in the include tree. Upcoming refactoring needs this to break header dependency cycles. The kernel_structs.h header was designed for exactly this purpose. Signed-off-by: Andy Ross <andrew.j.ross@intel.com>