X-Git-Url: http://git.droids-corp.org/?p=aversive.git;a=blobdiff_plain;f=modules%2Fihm%2Fparse%2Fparse_num.h;h=576e95ad16a1861a11a342f8873615d1dd714c76;hp=fd13ee4a7c9b209a5d21e65ab6e66f8975db6ae3;hb=defff35efbb48dff6ab67fb8d5654b6918375795;hpb=1914199c91d6c65dbcad7f1f7f5fac23741fa2fd diff --git a/modules/ihm/parse/parse_num.h b/modules/ihm/parse/parse_num.h index fd13ee4..576e95a 100644 --- a/modules/ihm/parse/parse_num.h +++ b/modules/ihm/parse/parse_num.h @@ -7,9 +7,11 @@ enum numtype { UINT8 = 0, UINT16, UINT32, + UINT64, INT8, INT16, INT32, + INT64, #ifndef CONFIG_MODULE_PARSE_NO_FLOAT FLOAT, #endif