Changes in kernel/generic/include/proc/thread.h [9ba415e:8e3ed06] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/proc/thread.h
r9ba415e r8e3ed06 48 48 #include <abi/proc/uarg.h> 49 49 #include <udebug/udebug.h> 50 #include <abi/proc/thread.h>51 50 #include <abi/sysinfo.h> 52 51 #include <arch.h> … … 273 272 274 273 /** Fpu context slab cache. */ 275 extern slab_cache_t *fpu_context_ cache;274 extern slab_cache_t *fpu_context_slab; 276 275 277 276 /* Thread syscall prototypes. */
Note:
See TracChangeset
for help on using the changeset viewer.