diff options
-rw-r--r-- | include/litmus.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/litmus.h b/include/litmus.h index f8764cc..6d0ad40 100644 --- a/include/litmus.h +++ b/include/litmus.h | |||
@@ -54,12 +54,13 @@ static inline int od_open(int fd, obj_type_t type, int obj_id) | |||
54 | return od_openx(fd, type, obj_id, 0); | 54 | return od_openx(fd, type, obj_id, 0); |
55 | } | 55 | } |
56 | 56 | ||
57 | /* FMLP support */ | 57 | /* FMLP binary semaphore support */ |
58 | int fmlp_down(int od); | 58 | int fmlp_down(int od); |
59 | int fmlp_up(int od); | 59 | int fmlp_up(int od); |
60 | |||
61 | /* SRP binary semaphore support */ | ||
60 | int srp_down(int od); | 62 | int srp_down(int od); |
61 | int srp_up(int od); | 63 | int srp_up(int od); |
62 | int reg_task_srp_sem(int od); | ||
63 | 64 | ||
64 | /* job control*/ | 65 | /* job control*/ |
65 | int get_job_no(unsigned int* job_no); | 66 | int get_job_no(unsigned int* job_no); |