Merge tag 'soc-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
[linux-2.6-microblaze.git] / drivers / staging / rts5208 / general.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Driver for Realtek PCI-Express card reader
4  *
5  * Copyright(c) 2009-2013 Realtek Semiconductor Corp. All rights reserved.
6  *
7  * Author:
8  *   Wei WANG (wei_wang@realsil.com.cn)
9  *   Micky Ching (micky_ching@realsil.com.cn)
10  */
11
12 #ifndef __RTSX_GENERAL_H
13 #define __RTSX_GENERAL_H
14
15 #include "rtsx.h"
16
17 int bit1cnt_long(u32 data);
18
19 #endif /* __RTSX_GENERAL_H */