view TaskManager/kernel/sys_task/SysTask.h @ 364:87462f8d3761

uint32 to memaddr(uint64)
author tkaito@localhost.localdomain
date Fri, 24 Jul 2009 17:40:53 +0900
parents 5c194c71eca8
children 8611780d479f
line wrap: on
line source

#include "Scheduler.h"

enum SysTask_ID{
    SYSTASK_START = MAX_USER_TASK,
    SYSTASK_FINISH,
};

extern void systask_register(void);