Rev 935 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 935 | Rev 936 | ||
---|---|---|---|
Line 53... | Line 53... | ||
53 | typedef struct |
53 | typedef struct |
54 | { |
54 | { |
55 | uint8_t Major; |
55 | uint8_t Major; |
56 | uint8_t Minor; |
56 | uint8_t Minor; |
57 | uint8_t PCCompatible; |
57 | uint8_t PCCompatible; |
- | 58 | uint8_t Hardware; |
|
58 | uint8_t Reserved[7]; |
59 | uint8_t Reserved[6]; |
59 | } VersionInfo_t; |
60 | } VersionInfo_t; |
Line 60... | Line 61... | ||
60 | 61 | ||
Line 61... | Line 62... | ||
61 | extern VersionInfo_t VersionInfo; |
62 | extern VersionInfo_t VersionInfo; |