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