hc
2024-08-12 33276c6b0b8513a340de65b0ef99993023df46ca
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