hc
2024-07-16 5fbd6e2385615a225453562361c4bdab3b15fda1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/** @file
  Super I/O register definitions
 
  Copyright (c) 2010 - 2019 Intel Corporation. All rights reserved. <BR>
 
  SPDX-License-Identifier: BSD-2-Clause-Patent
**/
 
#ifndef _REGISTER_H_
#define _REGISTER_H_
 
#define EC_COMMAND_PORT 0x66
#define EC_DATA_PORT    0x62
 
#endif