xsupconfig_devices.h

来自「linux 下通过802.1认证的安装包」· C头文件 代码 · 共 20 行

H
20
字号
/*******************************************************************
 *
 * Licensed under a dual GPL/BSD license.   (See LICENSE file for more info.)
 *
 * \file xsupconfig_devices.h
 *
 * \author chris@open1x.org
 *
 *******************************************************************/

#ifndef __XSUPCONFIG_DEVICES_H__
#define __XSUPCONFIG_DEVICES_H__

void xsupconfig_devices_init();
void xsupconfig_devices_deinit(struct xsup_devices **);
struct xsup_interfaces *xsupconfig_devices_get_interfaces();
void xsupconfig_devices_dump(struct xsup_devices *);

#endif // XSUPCONFIG_DEVICES

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?