change(esp_hw_support): change for pmu build pass

This commit is contained in:
Li Shuai
2025-03-10 11:49:25 +08:00
committed by BOT
parent 1da425bdc7
commit 410fb091d9
6 changed files with 27 additions and 9 deletions

View File

@@ -0,0 +1,19 @@
/*
* SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#pragma once
#include "hal/lp_aon_ll.h"
#ifdef __cplusplus
extern "C" {
#endif
#define lp_aon_hal_inform_wakeup_type(dslp) lp_aon_ll_inform_wakeup_type(dslp)
#ifdef __cplusplus
}
#endif