caif_device.h (e5451c8f8330e03ad3cfa16048b4daf961af434f) | caif_device.h (af873fcecef567abf8a3468b06dd4e4aab46da6d) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0-only */ |
|
1/* 2 * Copyright (C) ST-Ericsson AB 2010 3 * Author: Sjur Brendeland | 2/* 3 * Copyright (C) ST-Ericsson AB 2010 4 * Author: Sjur Brendeland |
4 * License terms: GNU General Public License (GPL) version 2 | |
5 */ 6 7#ifndef CAIF_DEVICE_H_ 8#define CAIF_DEVICE_H_ 9#include <linux/kernel.h> 10#include <linux/net.h> 11#include <linux/netdevice.h> 12#include <linux/caif/caif_socket.h> --- 43 unchanged lines hidden --- | 5 */ 6 7#ifndef CAIF_DEVICE_H_ 8#define CAIF_DEVICE_H_ 9#include <linux/kernel.h> 10#include <linux/net.h> 11#include <linux/netdevice.h> 12#include <linux/caif/caif_socket.h> --- 43 unchanged lines hidden --- |