aboutsummaryrefslogtreecommitdiffstats
path: root/include/litmus/fdso.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/litmus/fdso.h')
-rw-r--r--include/litmus/fdso.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/litmus/fdso.h b/include/litmus/fdso.h
index 61f1b5baf42c..b0e62a9098bd 100644
--- a/include/litmus/fdso.h
+++ b/include/litmus/fdso.h
@@ -62,7 +62,7 @@ static inline void* od_lookup(int od, obj_type_t type)
62 return e && e->obj->type == type ? e->obj->obj : NULL; 62 return e && e->obj->type == type ? e->obj->obj : NULL;
63} 63}
64 64
65#define lookup_fmlp_sem(od)((struct pi_semaphore*) od_lookup(od, FMLP_SEM)) 65#define lookup_fmlp_sem(od)((struct fmlp_semaphore*) od_lookup(od, FMLP_SEM))
66#define lookup_srp_sem(od) ((struct srp_semaphore*) od_lookup(od, SRP_SEM)) 66#define lookup_srp_sem(od) ((struct srp_semaphore*) od_lookup(od, SRP_SEM))
67#define lookup_ics(od) ((struct ics*) od_lookup(od, ICS_ID)) 67#define lookup_ics(od) ((struct ics*) od_lookup(od, ICS_ID))
68 68