#ifndef __TOOLS_ASM_GENERIC_BITOPS_H #define __TOOLS_ASM_GENERIC_BITOPS_H /* * tools/ copied this from include/asm-generic/bitops.h, bit by bit as it needed * some functions. * * For the benefit of those who are trying to port Linux to another * architecture, here are some C-language equivalents. You should * recode these in the native assembly language, if at all possible. * * C language equivalents written by Theodore Ts'o, 9/26/92 */ #include #include #include #include #include #include #ifndef _TOOLS_LINUX_BITOPS_H_ #error only can be included directly #endif #include #include #endif /* __TOOLS_ASM_GENERIC_BITOPS_H */ 7aebc10ec800dce1c55a7e149a57b93b'/> net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLarry Finger <Larry.Finger@lwfinger.net>2017-02-06 21:30:02 -0600
committerKalle Valo <kvalo@codeaurora.org>2017-02-07 09:25:08 +0200
commitd46fa3e47aebc10ec800dce1c55a7e149a57b93b (patch)
treec169e1dca2688ae8644d49ac93f51a06fed4380d
parent1a2814739fe5876592048550cce15d5fceeae355 (diff)
rtlwifi: btcoexist: Change logging in halbtc8192e2ant.c
This routine uses its own debugging macros These are changed to use the the recently rewritten RT_TRACE macro. There are also some renamed variables that were missed in the previous step. The only functional change is that some debugging statements have been dropped based on the final code supplied by Realtek. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Cc: Ping-Ke Shih <pkshih@realtek.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>