first commit

This commit is contained in:
Your Name
2026-02-07 20:22:48 +08:00
commit 1b9711d5e4
2270 changed files with 805872 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
/*
* BCM common config options
*
* $Copyright Open Broadcom Corporation$
*
* $Id: bcm_cfg.h 294399 2011-11-07 03:31:22Z hharte $
*/
#ifndef _bcm_cfg_h_
#define _bcm_cfg_h_
#if defined(__NetBSD__) || defined(__FreeBSD__)
#if defined(_KERNEL)
#include <opt_bcm.h>
#endif /* defined(_KERNEL) */
#endif /* defined(__NetBSD__) || defined(__FreeBSD__) */
#endif /* _bcm_cfg_h_ */