blob: 3279cfcefb0c580a493f8ad666816115ad946a1c [file] [log] [blame]
John W. Linville3b377ea2009-12-18 17:59:01 -05001#ifndef __REGDB_H__
2#define __REGDB_H__
3
Luis R. Rodriguez3b77d5e2011-12-20 12:23:38 -08004/*
5 * Copyright 2009 John W. Linville <linville@tuxdriver.com>
6 *
7 * Permission to use, copy, modify, and/or distribute this software for any
8 * purpose with or without fee is hereby granted, provided that the above
9 * copyright notice and this permission notice appear in all copies.
10 *
11 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
12 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
13 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
14 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
15 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
16 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
17 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
18 */
19
John W. Linville3b377ea2009-12-18 17:59:01 -050020extern const struct ieee80211_regdomain *reg_regdb[];
21extern int reg_regdb_size;
22
23#endif /* __REGDB_H__ */