/* >>>------------------------------------------------------------ * * File: dir-0410-ok1.h, Module: M3CM-1.0-QAC-8.1.2 * * RULE 19.15 (Required): * Precautions shall be taken in order to prevent the contents of * a header file being included twice. * * Implemented by message: * 883 Include file code is not protected against repeated * inclusion * * <<<------------------------------------------------------------ */ #ifndef DIR_0410_OK1_H /* Comments and whitespace */ #define DIR_0410_OK1_H #include "misra.h" #include "misra.h" typedef int16_t ok1; #endif