xref: /aosp_15_r20/external/coreboot/src/drivers/ocp/ewl/ocp_ewl.h (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
3 #ifndef __OCP_EWL_H
4 #define __OCP_EWL_H
5 
6 #include <soc/soc_util.h>
7 
8 void get_ewl(void);
9 
10 #endif
11