view dpp.h @ 1:2874954d97b2

Fix dpp for cbc using LLVM 3.7
author Yasutaka Higa <e115763@ie.u-ryukyu.ac.jp>
date Wed, 16 Dec 2015 16:52:16 +0900
parents d4bc23cb728b
children a04eccfc69ae
line wrap: on
line source

#ifndef _DPP_H_
#define _DPP_H_
#define NULL (0)

#include "dpp_common.h"

extern __code putdown_lfork(PhilsPtr self);
extern __code putdown_rfork(PhilsPtr self);
extern __code eating(PhilsPtr self);
extern __code hungry2(PhilsPtr self);
extern __code hungry1(PhilsPtr self);
extern __code pickup_rfork(PhilsPtr self);
extern __code pickup_lfork(PhilsPtr self);
extern __code thinking(PhilsPtr self);

#endif