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

Commit 3fb244a5 authored by chrisweir's avatar chrisweir
Browse files

Make NetlinkSocket and nlbuf exported

Move NetlinkSocket.h and nlbuf.h to include/libnetdevice as to make them
available for include.

Bug: 160171644
Test: Manual
Change-Id: If54852398cfbcc53eb830a66685c6b44e36ced87
parent a1809c82
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