hc
2024-03-25 edb30157bad0c0001c32b854271ace01d3b9a16a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/** @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