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