Commit 1ec29e58 authored by claes's avatar claes

Define for CidToVid and TidToVid

parent 7c150d93
......@@ -47,6 +47,9 @@ typedef enum {
cdh_eBix_
} cdh_eBix;
#define cdh_CidToVid(cid) ((cid) >> 16)
#define cdh_TidToVid(tid) ((tid) >> 16)
typedef struct {
unsigned int oix : 32;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment