comparison TaskManager/kernel/spe/SpeExit.h @ 3:2356238ebea7

*** empty log message ***
author gongo
date Tue, 05 Feb 2008 20:22:50 +0900
parents
children
comparison
equal deleted inserted replaced
2:70e9baa00f51 3:2356238ebea7
1 #ifndef INCLUDED_SPE_EXIT
2 #define INCLUDED_SPE_EXIT
3
4 #ifndef INCLUDED_SPEMANAGER
5 # include "SpeManager.h"
6 #endif
7
8 class SpeExit : public SpeTaskBase {
9 public:
10 /* constructor */
11 SpeExit(void) {}
12
13 /* variables */
14
15 /* functions */
16 SpeTaskBase* next(SpeManager *, SpeTaskBase *);
17 };
18
19 #endif