]> Git Repo - linux.git/blob - drivers/staging/rts5208/general.h
block: add a sanity check for non-write flush/fua bios
[linux.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 ([email protected])
9  *   Micky Ching ([email protected])
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 */
This page took 0.033903 seconds and 4 git commands to generate.