#ifndef BDL_OPS_H #define BDL_OPS_H typedef enum Ops { OP_RETURN = 1, } Ops; #endif // BDL_OPS_H