realtek-doc/rtk-sdk/dms-1250/rtk/include/dal/dal_common.h
Markus Stockhausen 21e259eea2 add D-Link DMS-1250 GPL
it even contains the modern RTL8224 sources

Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
2025-04-27 13:49:04 -04:00

60 lines
963 B
C

/*
* Copyright(c) Realtek Semiconductor Corporation, 2008
* All rights reserved.
*
* $Revision$
* $Date$
*
* Purpose : Common API for DAL
*
* Feature : The file have include the following module and sub-modules
* 1) Common unsupported function
*
*/
#ifndef __DAL_COMMON_H__
#define __DAL_COMMON_H__
/*
* Include Files
*/
#include <common/rt_type.h>
#include <common/rt_error.h>
/*
* Symbol Definition
*/
typedef int32 (*dal_link_change_callback_f)(int32 unit, rtk_portmask_t *pChangedPortmask);
/*
* Data Declaration
*/
/*
* Macro Definition
*/
/*
* Function Declaration
*/
/* Module Name : */
/* Function Name:
* dal_common_unavail
* Description:
* Return chip not support
* Input:
* None
* Output:
* None
* Return:
* RT_ERR_CHIP_NOT_SUPPORTED - functions not supported by this chip model
* Note:
* None
*/
extern int32
dal_common_unavail(void);
#endif /* __DAL_COMMON_H__ */