move timeOfDay_t union to CO_TIME.h - part 2
This commit is contained in:
parent
c0c01e1be5
commit
c49f119b26
1 changed files with 0 additions and 15 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue