1c5d8d36d4d816b1e443cf4766cf39968c0806802JP Abgrall/*
2c5d8d36d4d816b1e443cf4766cf39968c0806802JP Abgrall * Copyright (C) 2011 The Android Open Source Project
3c5d8d36d4d816b1e443cf4766cf39968c0806802JP Abgrall * All rights reserved.
4c5d8d36d4d816b1e443cf4766cf39968c0806802JP Abgrall *
5c5d8d36d4d816b1e443cf4766cf39968c0806802JP Abgrall * Redistribution and use in source and binary forms, with or without
6c5d8d36d4d816b1e443cf4766cf39968c0806802JP Abgrall * modification, are permitted provided that the following conditions
7c5d8d36d4d816b1e443cf4766cf39968c0806802JP Abgrall * are met:
8c5d8d36d4d816b1e443cf4766cf39968c0806802JP Abgrall *  * Redistributions of source code must retain the above copyright
9c5d8d36d4d816b1e443cf4766cf39968c0806802JP Abgrall *    notice, this list of conditions and the following disclaimer.
10c5d8d36d4d816b1e443cf4766cf39968c0806802JP Abgrall *  * Redistributions in binary form must reproduce the above copyright
11c5d8d36d4d816b1e443cf4766cf39968c0806802JP Abgrall *    notice, this list of conditions and the following disclaimer in
12c5d8d36d4d816b1e443cf4766cf39968c0806802JP Abgrall *    the documentation and/or other materials provided with the
13c5d8d36d4d816b1e443cf4766cf39968c0806802JP Abgrall *    distribution.
14c5d8d36d4d816b1e443cf4766cf39968c0806802JP Abgrall *
15c5d8d36d4d816b1e443cf4766cf39968c0806802JP Abgrall * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
16c5d8d36d4d816b1e443cf4766cf39968c0806802JP Abgrall * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
17c5d8d36d4d816b1e443cf4766cf39968c0806802JP Abgrall * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
18c5d8d36d4d816b1e443cf4766cf39968c0806802JP Abgrall * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
19c5d8d36d4d816b1e443cf4766cf39968c0806802JP Abgrall * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
20c5d8d36d4d816b1e443cf4766cf39968c0806802JP Abgrall * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
21c5d8d36d4d816b1e443cf4766cf39968c0806802JP Abgrall * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
22c5d8d36d4d816b1e443cf4766cf39968c0806802JP Abgrall * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
23c5d8d36d4d816b1e443cf4766cf39968c0806802JP Abgrall * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
24c5d8d36d4d816b1e443cf4766cf39968c0806802JP Abgrall * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
25c5d8d36d4d816b1e443cf4766cf39968c0806802JP Abgrall * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26c5d8d36d4d816b1e443cf4766cf39968c0806802JP Abgrall * SUCH DAMAGE.
27c5d8d36d4d816b1e443cf4766cf39968c0806802JP Abgrall */
28c5d8d36d4d816b1e443cf4766cf39968c0806802JP Abgrall#ifndef _NET_ETHERNET_H_
29c5d8d36d4d816b1e443cf4766cf39968c0806802JP Abgrall#define _NET_IF_ETHERNET_H_
30c5d8d36d4d816b1e443cf4766cf39968c0806802JP Abgrall#include <linux/if_ether.h>
31c5d8d36d4d816b1e443cf4766cf39968c0806802JP Abgrall#include <net/if_ether.h>
32c5d8d36d4d816b1e443cf4766cf39968c0806802JP Abgrall#endif /* !_NET_ETHERNET_H_ */
33