mirror of
https://github.com/espressif/esp-sr.git
synced 2025-09-15 15:28:44 +08:00
14 lines
190 B
C
14 lines
190 B
C
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#include "esp_afe_sr_iface.h"
|
|
|
|
esp_afe_sr_iface_t *esp_afe_handle_from_config(const afe_config_t *config);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|