Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d61d00ff authored by Chris Weir's avatar Chris Weir Committed by Android (Google) Code Review
Browse files

Merge "Make NetlinkSocket and nlbuf exported"

parents 81a4a4c5 3fb244a5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
 * limitations under the License.
 */

#include "NetlinkRequest.h"
#include <libnetdevice/NetlinkRequest.h>

#include <android-base/logging.h>

+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
 * limitations under the License.
 */

#include "NetlinkSocket.h"
#include <libnetdevice/NetlinkSocket.h>

#include <libnetdevice/printer.h>

+2 −2
Original line number Diff line number Diff line
@@ -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>
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

#pragma once

#include "nlbuf.h"
#include <libnetdevice/nlbuf.h>

#include <linux/can.h>
#include <net/if.h>
Loading