Changeset 7ac426e in mainline for kernel/generic/include/proc/thread.h


Ignore:
Timestamp:
2008-06-03T14:57:21Z (17 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cd8ad52
Parents:
aac10f86
Message:

reflect changes in sources

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/proc/thread.h

    raac10f86 r7ac426e  
    249249extern bool thread_exists(thread_t *t);
    250250
     251extern thread_t *thread_create_program(void *program_addr, char *name);
     252
    251253/** Fpu context slab cache. */
    252254extern slab_cache_t *fpu_context_slab;
Note: See TracChangeset for help on using the changeset viewer.