summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rts5208/general.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/rts5208/general.h')
-rw-r--r--drivers/staging/rts5208/general.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/drivers/staging/rts5208/general.h b/drivers/staging/rts5208/general.h
new file mode 100644
index 000000000..53e2dbabf
--- /dev/null
+++ b/drivers/staging/rts5208/general.h
@@ -0,0 +1,19 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+/*
+ * Driver for Realtek PCI-Express card reader
+ *
+ * Copyright(c) 2009-2013 Realtek Semiconductor Corp. All rights reserved.
+ *
+ * Author:
+ * Wei WANG (wei_wang@realsil.com.cn)
+ * Micky Ching (micky_ching@realsil.com.cn)
+ */
+
+#ifndef __RTSX_GENERAL_H
+#define __RTSX_GENERAL_H
+
+#include "rtsx.h"
+
+int bit1cnt_long(u32 data);
+
+#endif /* __RTSX_GENERAL_H */