00001 #ifndef libclidef_h 00002 #define libclidef_h 00003 00004 #define LIB_K_CLI_LOCAL_SYM 1 00005 #define LIB_K_CLI_GLOBAL_SYM 2 00006 #define LIB_M_CLI_CTRLT 0x100000 00007 #define LIB_M_CLI_CTRLY 0x2000000 00008 00009 struct _cli_ctrl_fields { 00010 unsigned lib_v_fill_a_s : 20; 00011 unsigned lib_v_cli_ctrlt : 1; 00012 unsigned lib_v_fill_u_x : 4; 00013 unsigned lib_v_cli_ctrly : 1; 00014 unsigned lib_v_fill_0_ : 6; 00015 }; 00016 00017 #endif 00018 00019