WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
oal_skbuff.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2022-2023. All rights reserved.
3 * Description: skb function.
4 * Author:
5 * Create: 2022-04-07
6 */
7
8#ifndef __OAL_SKBUFF_H__
9#define __OAL_SKBUFF_H__
10
11#include <linux/version.h>
12#include <linux/netdevice.h>
13#include <linux/skbuff.h>
14
15typedef struct sk_buff oal_netbuf_stru;
17
18#endif /* __OAL_SKBUFF_H__ */
Definition oal_skbuff.h:73
Definition oal_skbuff.h:82