Files
mckernel/test/rusage/verbs/mcons.h
Dominique Martinet 7f1c17fc4c tests: add 'postk_master' branch tests
Change-Id: Ie0d4cfd0921aed89d2db6083c9eb068b1cfc1984
2019-02-01 15:15:00 +09:00

10 lines
134 B
C

#ifndef MCONS_H_
#define MCONS_H_
#include "mtype.h"
#define ERR_RET -1
#define ERR_ADDR (addr_t)-1
#endif /* MCONS_H_ */