Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
orangepi-xunlong
GitHub Repository: orangepi-xunlong/orangepi-build
Path: blob/next/external/cache/sources/wl/include/bcm_cfg.h
17850 views
1
/*
2
* BCM common config options
3
*
4
* $Copyright Open Broadcom Corporation$
5
*
6
* $Id: bcm_cfg.h 294399 2011-11-07 03:31:22Z hharte $
7
*/
8
9
#ifndef _bcm_cfg_h_
10
#define _bcm_cfg_h_
11
#if defined(__NetBSD__) || defined(__FreeBSD__)
12
#if defined(_KERNEL)
13
#include <opt_bcm.h>
14
#endif /* defined(_KERNEL) */
15
#endif /* defined(__NetBSD__) || defined(__FreeBSD__) */
16
#endif /* _bcm_cfg_h_ */
17
18