soc/intel/alderlake: Use Kconfigs for Descriptor Region
[coreboot.git] / src / ec / ec.h
blobb0f7febc2e3037c0e41d4a78352b6765c0c87092
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef EC_EC_H
4 #define EC_EC_H
6 #ifndef __ACPI__
7 /* Entry point doing any mainboard specific EC initialization. */
8 void mainboard_ec_init(void);
9 #endif
11 #endif