X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=apps%2Fagl-service-windowmanager-2017.git;a=blobdiff_plain;f=policy_manager%2Fstm%2Fzipc%2FCommon%2FMisraCType.h;fp=policy_manager%2Fstm%2Fzipc%2FCommon%2FMisraCType.h;h=5a535fb153cfa6eae0b5b7b740ae7a71d4f97296;hp=0000000000000000000000000000000000000000;hb=1859dd4135f5d019f16a1333df318ecd1211afb9;hpb=c1d85371b1eb693128cf9553c356ea77e609d9a3 diff --git a/policy_manager/stm/zipc/Common/MisraCType.h b/policy_manager/stm/zipc/Common/MisraCType.h new file mode 100644 index 0000000..5a535fb --- /dev/null +++ b/policy_manager/stm/zipc/Common/MisraCType.h @@ -0,0 +1,16 @@ +#ifndef ZHEADER_MISRACTYPE_H +#define ZHEADER_MISRACTYPE_H + +typedef char char_t; +typedef signed char int8_t; +typedef unsigned char uint8_t; +typedef signed short int16_t; +typedef unsigned short uint16_t; +typedef signed int int32_t; +typedef unsigned int uint32_t; +typedef signed long int64_t; +typedef unsigned long uint64_t; +typedef float float32_t; +typedef double float64_t; + +#endif