/drivers/staging/ath6kl/bmi/include/bmi_internal.h
https://bitbucket.org/slukk/jb-tsm-kernel-4.2 · C Header · 54 lines · 22 code · 8 blank · 24 comment · 0 complexity · d1a38f39cb22262add9d2620e9c99d64 MD5 · raw file
- //------------------------------------------------------------------------------
- // Copyright (c) 2004-2010 Atheros Communications Inc.
- // All rights reserved.
- //
- //
- // 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.
- //
- //
- //------------------------------------------------------------------------------
- //==============================================================================
- //
- // Author(s): ="Atheros"
- //==============================================================================
- #ifndef BMI_INTERNAL_H
- #define BMI_INTERNAL_H
- #include "a_config.h"
- #include "athdefs.h"
- #include "a_osapi.h"
- #define ATH_MODULE_NAME bmi
- #include "a_debug.h"
- #include "hw/mbox_host_reg.h"
- #include "bmi_msg.h"
- #define ATH_DEBUG_BMI ATH_DEBUG_MAKE_MODULE_MASK(0)
- #define BMI_COMMUNICATION_TIMEOUT 100000
- /* ------ Global Variable Declarations ------- */
- static bool bmiDone;
- int
- bmiBufferSend(struct hif_device *device,
- u8 *buffer,
- u32 length);
- int
- bmiBufferReceive(struct hif_device *device,
- u8 *buffer,
- u32 length,
- bool want_timeout);
- #endif