X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Ftable-types.h;h=ab7d3f58ad5da8bf1f838741cdedd8731e570a6f;hb=ee432953f4c0d261d7e4c9fea069c7feeabea0c1;hp=004a237bf6cf02b001744def143e2a6d0323e3a1;hpb=7f0dc8b815a7d0e0f66e82b55114c89793babf69;p=libucw.git diff --git a/ucw/table-types.h b/ucw/table-types.h index 004a237b..ab7d3f58 100644 --- a/ucw/table-types.h +++ b/ucw/table-types.h @@ -9,6 +9,13 @@ #include +#ifdef CONFIG_UCW_CLEAN_ABI +#define table_col_size ucw_table_col_size +#define table_col_timestamp ucw_table_col_timestamp +#define xt_size ucw_xt_size +#define xt_timestamp ucw_xt_timestamp +#endif + enum size_units { SIZE_UNIT_BYTE, SIZE_UNIT_KILOBYTE,