comparison dpp3.h @ 0:d4bc23cb728b

Import from CVS (CVS_DB/member/atsuki/cbc/DPP)
author Yasutaka Higa <e115763@ie.u-ryukyu.ac.jp>
date Wed, 16 Dec 2015 15:16:11 +0900
parents
children b15128ab0324
comparison
equal deleted inserted replaced
-1:000000000000 0:d4bc23cb728b
1 #ifndef _DPP3_H_
2 #define _DPP3_H_
3 #define NULL (0)
4
5 #include "dpp_common.h"
6
7 extern __code putdown_lfork(PhilsPtr self, struct task * current_task);
8 extern __code putdown_rfork(PhilsPtr self, struct task * current_task);
9 extern __code pickup_rfork(PhilsPtr self, struct task * current_task);
10 extern __code pickup_lfork(PhilsPtr self, struct task * current_task);
11
12 #endif