/** @file
|
Platform specific information
|
|
@copyright
|
Copyright 1999 - 2021 Intel Corporation. <BR>
|
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
**/
|
|
#include "Platform.h"
|
|
#ifndef __GPIO_INIT_DATA_H__
|
#define __GPIO_INIT_DATA_H__
|
|
#include <GpioPinsSklH.h>
|
#include <Library/GpioLib.h>
|
|
|
//
|
// SKX_TODO: Platform Update GPIO table
|
//
|
//
|
// SKX_TODO: Create GPIO tables for LBG platforms (PCH_GPIO_CONFIG type)
|
//
|
|
#endif
|