BayTrail/AaeonIoPkg/NCT6791D/NCT6791DSetup.h
2022-09-02 09:03:16 +08:00

83 lines
3.1 KiB
C

//**********************************************************************
//**********************************************************************
//** **
//** (C)Copyright 1985-2013, American Megatrends, Inc. **
//** **
//** All Rights Reserved. **
//** **
//** 5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093 **
//** **
//** Phone: (770)-246-8600 **
//** **
//**********************************************************************
//**********************************************************************
//**********************************************************************
//<AMI_FHDR_START>
//
// Name: <NCT6791DSetup.h>
//
// Description: GUID or structure Of Setup related Routines.
//
//<AMI_FHDR_END>
//**********************************************************************
#ifndef _NCT6791D_SETUP_H_
#define _NCT6791D_SETUP_H_
#ifdef __cplusplus
extern "C" {
#endif
//-------------------------------------------------------------------------
// Include Files
//-------------------------------------------------------------------------
#include <SioSetup.h>
#ifdef VFRCOMPILE
//-------------------------------------------------------------------------
// Constants, Macros and Type Definitions
//-------------------------------------------------------------------------
//**********************************************************************//
// Below is for SD files //
//**********************************************************************//
#pragma pack(1)
LDX_XV_DATA(COMA)
LDX_XV_DATA(COMB)
LDX_XV_DATA(LPT)
LDX_XV_DATA(CIR)
#pragma pack()
#endif
/****** DO NOT WRITE BELOW THIS LINE *******/
#ifdef __cplusplus
}
#endif
#endif
//*************************************************************************
//*************************************************************************
//** **
//** (C)Copyright 1985-2013, American Megatrends, Inc. **
//** **
//** All Rights Reserved. **
//** **
//** 5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093 **
//** **
//** Phone: (770)-246-8600 **
//** **
//*************************************************************************
//*************************************************************************