Root/
| 1 | /* |
| 2 | * Copyright (c) 2005 Atheros Communications, Inc. |
| 3 | * All rights reserved. |
| 4 | * |
| 5 | * |
| 6 | * $ATH_LICENSE_HOSTSDK0_C$ |
| 7 | * |
| 8 | * This module contains the header files for regulatory module, |
| 9 | * which include the DB schema and DB values. |
| 10 | * $Id: |
| 11 | */ |
| 12 | |
| 13 | #ifndef __REG_DB_H__ |
| 14 | #define __REG_DB_H__ |
| 15 | |
| 16 | #include "./regulatory/reg_dbschema.h" |
| 17 | #include "./regulatory/reg_dbvalues.h" |
| 18 | |
| 19 | #endif /* __REG_DB_H__ */ |
| 20 |
