mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-03 03:14:17 +00:00
Merge "Make NetlinkSocket and nlbuf exported"
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#include "NetlinkRequest.h"
|
||||
#include <libnetdevice/NetlinkRequest.h>
|
||||
|
||||
#include <android-base/logging.h>
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#include "NetlinkSocket.h"
|
||||
#include <libnetdevice/NetlinkSocket.h>
|
||||
|
||||
#include <libnetdevice/printer.h>
|
||||
|
||||
|
||||
@@ -16,12 +16,12 @@
|
||||
|
||||
#include <libnetdevice/can.h>
|
||||
|
||||
#include "NetlinkRequest.h"
|
||||
#include "NetlinkSocket.h"
|
||||
#include "common.h"
|
||||
|
||||
#include <android-base/logging.h>
|
||||
#include <android-base/unique_fd.h>
|
||||
#include <libnetdevice/NetlinkRequest.h>
|
||||
#include <libnetdevice/NetlinkSocket.h>
|
||||
|
||||
#include <linux/can.h>
|
||||
#include <linux/can/error.h>
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "nlbuf.h"
|
||||
#include <libnetdevice/nlbuf.h>
|
||||
|
||||
#include <linux/can.h>
|
||||
#include <net/if.h>
|
||||
|
||||
@@ -16,10 +16,9 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "NetlinkRequest.h"
|
||||
|
||||
#include <android-base/macros.h>
|
||||
#include <android-base/unique_fd.h>
|
||||
#include <libnetdevice/NetlinkRequest.h>
|
||||
|
||||
#include <linux/netlink.h>
|
||||
|
||||
@@ -16,12 +16,12 @@
|
||||
|
||||
#include <libnetdevice/libnetdevice.h>
|
||||
|
||||
#include "NetlinkRequest.h"
|
||||
#include "NetlinkSocket.h"
|
||||
#include "common.h"
|
||||
#include "ifreqs.h"
|
||||
|
||||
#include <android-base/logging.h>
|
||||
#include <libnetdevice/NetlinkRequest.h>
|
||||
#include <libnetdevice/NetlinkSocket.h>
|
||||
|
||||
#include <linux/can.h>
|
||||
#include <net/if.h>
|
||||
|
||||
@@ -17,10 +17,10 @@
|
||||
#include <libnetdevice/printer.h>
|
||||
|
||||
#include "common.h"
|
||||
#include "nlbuf.h"
|
||||
#include "protocols/all.h"
|
||||
|
||||
#include <android-base/logging.h>
|
||||
#include <libnetdevice/nlbuf.h>
|
||||
|
||||
#include <algorithm>
|
||||
#include <iomanip>
|
||||
|
||||
@@ -16,9 +16,10 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "nlbuf.h"
|
||||
#include "types.h"
|
||||
|
||||
#include <libnetdevice/nlbuf.h>
|
||||
|
||||
#include <map>
|
||||
#include <sstream>
|
||||
|
||||
|
||||
@@ -16,11 +16,11 @@
|
||||
|
||||
#include <libnetdevice/vlan.h>
|
||||
|
||||
#include "NetlinkRequest.h"
|
||||
#include "NetlinkSocket.h"
|
||||
#include "common.h"
|
||||
|
||||
#include <android-base/logging.h>
|
||||
#include <libnetdevice/NetlinkRequest.h>
|
||||
#include <libnetdevice/NetlinkSocket.h>
|
||||
|
||||
namespace android::netdevice::vlan {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user