17 lines
512 B
C
17 lines
512 B
C
//----------------------------------------------------------------------------
|
||
//
|
||
// Copyright (C) 2008 Intel Corporation
|
||
//
|
||
// File: EventLogReaderSample.h
|
||
//
|
||
// Contents: This file contains type definitions used throughout the code
|
||
// and constants as described in the "Intel<65> AMT Network Design
|
||
// Guide".
|
||
//
|
||
//----------------------------------------------------------------------------
|
||
|
||
#ifndef EVENTLOGREADER_SAMPLE_H
|
||
#define EVENTLOGREADER_SAMPLE_H 1
|
||
|
||
|
||
#endif //EVENTLOGREADER_SAMPLE_H
|