root/drivers/staging/rts5208/general.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   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 */

/* [<][>][^][v][top][bottom][index][help] */