1
0
Fork 0

move timeOfDay_t union to CO_TIME.h - part 2

This commit is contained in:
Janez 2020-12-07 22:02:09 +01:00
parent c0c01e1be5
commit c49f119b26

View file

@ -51,21 +51,6 @@
typedef oChar_t OCTET_STRING;
typedef domain_t DOMAIN;
#ifndef timeOfDay_t
typedef union {
unsigned long long ullValue;
struct {
unsigned long ms:28;
unsigned reserved:4;
unsigned days:16;
unsigned reserved2:16;
};
}timeOfDay_t;
#endif
typedef timeOfDay_t TIME_OF_DAY;
typedef timeOfDay_t TIME_DIFFERENCE;
/*******************************************************************************
FILE INFO: