2022-06-17 16:59:56 +02:00
|
|
|
/*
|
|
|
|
|
* SPDX-FileCopyrightText: 2015-2022 Espressif Systems (Shanghai) CO LTD
|
|
|
|
|
*
|
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
*/
|
2017-10-23 18:03:23 +08:00
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
|
2018-05-29 11:25:24 +02:00
|
|
|
#ifdef __cplusplus
|
|
|
|
|
extern "C" {
|
|
|
|
|
#endif
|
|
|
|
|
|
2017-10-23 18:03:23 +08:00
|
|
|
int ioctl(int fd, int request, ...);
|
|
|
|
|
|
2018-05-29 11:25:24 +02:00
|
|
|
#ifdef __cplusplus
|
|
|
|
|
}
|
|
|
|
|
#endif
|