X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=apps%2Fagl-service-windowmanager-2017.git;a=blobdiff_plain;f=src%2Fpolicy_manager%2Fstm%2Fzipc%2Fsrc%2FCommon%2FMisraCType.h;fp=src%2Fpolicy_manager%2Fstm%2Fzipc%2Fsrc%2FCommon%2FMisraCType.h;h=5a535fb153cfa6eae0b5b7b740ae7a71d4f97296;hp=0000000000000000000000000000000000000000;hb=67f414f67ee22ddf40003d1be3fa1d0cb13deb8f;hpb=99b6f4d2fcd421d3a760a88a67e511fb6fc98068 diff --git a/src/policy_manager/stm/zipc/src/Common/MisraCType.h b/src/policy_manager/stm/zipc/src/Common/MisraCType.h new file mode 100644 index 0000000..5a535fb --- /dev/null +++ b/src/policy_manager/stm/zipc/src/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