mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +00:00
Add a bit definition for invalid timestamp in the record header.
This commit is contained in:
parent
47d54fbb13
commit
30fd085c78
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=200888
@ -39,6 +39,7 @@ struct mca_record_header {
|
||||
#define MCA_RH_ERROR_CORRECTED 2
|
||||
uint8_t rh_flags;
|
||||
#define MCA_RH_FLAGS_PLATFORM_ID 0x01 /* Platform_id present. */
|
||||
#define MCA_RH_FLAGS_TIME_STAMP 0x02 /* Timestamp invalid. */
|
||||
uint32_t rh_length; /* Size including header. */
|
||||
uint8_t rh_time[8];
|
||||
#define MCA_RH_TIME_SEC 0
|
||||
|
Loading…
Reference in New Issue
Block a user