main.h (4e58452b6fc391c35611693b12a3f97bd60f6da8) | main.h (fec149f5d3234c037ec761d1db4cc8c0550e9964) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0 */ 2/* Copyright (C) 2007-2017 B.A.T.M.A.N. contributors: 3 * 4 * Marek Lindner, Simon Wunderlich 5 * 6 * This program is free software; you can redistribute it and/or 7 * modify it under the terms of version 2 of the GNU General Public 8 * License as published by the Free Software Foundation. --- 209 unchanged lines hidden (view full) --- 218/* Kernel headers */ 219 220#include <linux/compiler.h> 221#include <linux/etherdevice.h> 222#include <linux/if_vlan.h> 223#include <linux/jiffies.h> 224#include <linux/percpu.h> 225#include <linux/types.h> | 1/* SPDX-License-Identifier: GPL-2.0 */ 2/* Copyright (C) 2007-2017 B.A.T.M.A.N. contributors: 3 * 4 * Marek Lindner, Simon Wunderlich 5 * 6 * This program is free software; you can redistribute it and/or 7 * modify it under the terms of version 2 of the GNU General Public 8 * License as published by the Free Software Foundation. --- 209 unchanged lines hidden (view full) --- 218/* Kernel headers */ 219 220#include <linux/compiler.h> 221#include <linux/etherdevice.h> 222#include <linux/if_vlan.h> 223#include <linux/jiffies.h> 224#include <linux/percpu.h> 225#include <linux/types.h> |
226#include <uapi/linux/batadv_packet.h> |
|
226 | 227 |
227#include "packet.h" | |
228#include "types.h" 229 230struct net_device; 231struct packet_type; 232struct seq_file; 233struct sk_buff; 234 235/** --- 160 unchanged lines hidden --- | 228#include "types.h" 229 230struct net_device; 231struct packet_type; 232struct seq_file; 233struct sk_buff; 234 235/** --- 160 unchanged lines hidden --- |