File:  [ELWIX - Embedded LightWeight unIX -] / tftpd / inc / exec.h
Revision 1.1.2.2: download - view: text, annotated - select for diffs - revision graph
Fri Feb 14 16:01:28 2014 UTC (10 years, 4 months ago) by misho
Branches: tftp0_2
add exec handling

    1: #ifndef __EXEC_H
    2: #define __EXEC_H
    3: 
    4: 
    5: void *execProg(sched_task_t*);
    6: 
    7: 
    8: #endif

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>