mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-14 05:11:15 +08:00
lib80211/regdomain: Port to RTEMS.
This commit is contained in:
15
rtemsbsd/include/machine/rtems-bsd-regdomain.h
Normal file
15
rtemsbsd/include/machine/rtems-bsd-regdomain.h
Normal file
@@ -0,0 +1,15 @@
|
||||
/*
|
||||
* Extern declarations for C structure representing binary file regdomain.xml
|
||||
*
|
||||
* WARNING: Automatically generated -- do not edit!
|
||||
*/
|
||||
|
||||
#ifndef __rtemsbsd_include_machine_rtems_bsd_regdomain_h
|
||||
#define __rtemsbsd_include_machine_rtems_bsd_regdomain_h
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
extern const unsigned char regdomain_xml[];
|
||||
extern const size_t regdomain_xml_size;
|
||||
|
||||
#endif
|
4484
rtemsbsd/rtems/rtems-bsd-regdomain.c
Normal file
4484
rtemsbsd/rtems/rtems-bsd-regdomain.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user