Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions Application/ControlMsrE2/ControlMsrE2.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.

**/

#ifndef CONTROL_MSR_E2_H
#define CONTROL_MSR_E2_H

//
// Unless otherwise specified all data types are naturally aligned. Structures are
// aligned on boundaries equal to the largest internal datum of the structure and
Expand Down Expand Up @@ -227,3 +230,5 @@ IterateOpCode (
IN VOID *Context,
IN OP_CODE_HANDLER Handler
);

#endif // CONTROL_MSR_E2_H
Loading