diff options
author | Adrian Chadd <adrian@FreeBSD.org> | 2013-04-28 00:45:58 +0000 |
---|---|---|
committer | Adrian Chadd <adrian@FreeBSD.org> | 2013-04-28 00:45:58 +0000 |
commit | e1f316220bf375804e3bee6a4a7b1e3a68564141 (patch) | |
tree | 76ef5fb364e59adedfa008103c91f00d08984ec8 /hal/ar9300/ar9300_sim.h |
Initial import of the QCA qcamain_open_hal repository.vendor/qcamain_open_hal/60390a9f9ac6a20db168fbbc01a4ad4e01c395cevendor/qcamain_open_hal
Source: https://github.com/qca/qcamain_open_hal_public
Revision: 60390a9f9ac6a20db168fbbc01a4ad4e01c395ce
Thankyou to QCA for this release.
Notes
Notes:
svn path=/vendor/qcamain_open_hal/dist/; revision=250003
svn path=/vendor/qcamain_open_hal/60390a9f9ac6a20db168fbbc01a4ad4e01c395ce/; revision=250005; tag=vendor/qcamain_open_hal/60390a9f9ac6a20db168fbbc01a4ad4e01c395ce
Diffstat (limited to 'hal/ar9300/ar9300_sim.h')
-rw-r--r-- | hal/ar9300/ar9300_sim.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/hal/ar9300/ar9300_sim.h b/hal/ar9300/ar9300_sim.h new file mode 100644 index 000000000000..83c452417a2d --- /dev/null +++ b/hal/ar9300/ar9300_sim.h @@ -0,0 +1,21 @@ +/* + * Copyright (c) 2013 Qualcomm Atheros, Inc. + * + * Permission to use, copy, modify, and/or distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH + * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY + * AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, + * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM + * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR + * OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + +#ifndef _ATH_AR9300_SIM_H_ +#define _ATH_AR9300_SIM_H_ + + +#endif // _ATH_AR9300_SIM_H_ |