Orange Pi5 kernel

Deprecated Linux kernel 5.10.110 for OrangePi 5/5B/5+ boards

3 Commits   0 Branches   0 Tags
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  1) /* SPDX-License-Identifier: GPL-2.0-only */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  2) /*
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3)  * Copyright (c) 2007-2011 Nicira, Inc.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4)  */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) #ifndef VPORT_INTERNAL_DEV_H
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) #define VPORT_INTERNAL_DEV_H 1
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) #include "datapath.h"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) #include "vport.h"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) int ovs_is_internal_dev(const struct net_device *);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) struct vport *ovs_internal_dev_get_vport(struct net_device *);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) int ovs_internal_dev_rtnl_link_register(void);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) void ovs_internal_dev_rtnl_link_unregister(void);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) #endif /* vport-internal_dev.h */