1/*
2 * Copyright (c) 2012, The Linux Foundation. All rights reserved.
3 * Permission to use, copy, modify, and/or distribute this software for
4 * any purpose with or without fee is hereby granted, provided that the
5 * above copyright notice and this permission notice appear in all copies.
6 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
7 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
8 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
9 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
10 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
11 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
12 * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
13 */
14
15
16
17#ifndef _FAL_H
18#define _FAL_H
19
20#ifdef __cplusplus
21extern "C" {
22#endif                          /* __cplusplus */
23
24#include "fal_misc.h"
25#include "fal_port_ctrl.h"
26#include "fal_vlan.h"
27#include "fal_fdb.h"
28#include "fal_portvlan.h"
29#include "fal_qos.h"
30#include "fal_stp.h"
31#include "fal_rate.h"
32#include "fal_mirror.h"
33#include "fal_leaky.h"
34#include "fal_igmp.h"
35#include "fal_mib.h"
36#include "fal_acl.h"
37#include "fal_led.h"
38#include "fal_reg_access.h"
39#include "fal_init.h"
40#include "fal_cosmap.h"
41#include "fal_ip.h"
42#include "fal_nat.h"
43#include "fal_sec.h"
44#include "fal_trunk.h"
45#include "fal_interface_ctrl.h"
46#include "fal_fdb.h"
47#include "fal_multi.h"
48
49#ifdef __cplusplus
50}
51#endif                          /* __cplusplus */
52#endif                          /* _FAL_H */
53