blob: e40aa1075a30e3f52d050268320edffec2a0e15f [file] [log] [blame]
Chia-chi Yeheffa5132009-05-08 04:02:40 +08001/* include/linux/if_pppolac.h
2 *
3 * Header for PPP on L2TP Access Concentrator / PPPoLAC Socket (RFC 2661)
4 *
5 * Copyright (C) 2009 Google, Inc.
6 * Author: Chia-chi Yeh <chiachi@android.com>
7 *
8 * This software is licensed under the terms of the GNU General Public
9 * License version 2, as published by the Free Software Foundation, and
10 * may be copied, distributed, and modified under those terms.
11 *
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
16 */
17
18#ifndef __LINUX_IF_PPPOLAC_H
19#define __LINUX_IF_PPPOLAC_H
20
Colin Cross1db9c402013-11-07 13:19:34 -080021#include <uapi/linux/if_pppolac.h>
Chia-chi Yeheffa5132009-05-08 04:02:40 +080022
23#endif /* __LINUX_IF_PPPOLAC_H */