1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * Driver for Realtek PCI-Express card reader
5 * Copyright(c) 2009-2013 Realtek Semiconductor Corp. All rights reserved.
16 #include "rtsx_chip.h"
17 #include "rtsx_card.h"
19 static inline void rtsx_exclusive_enter_ss(struct rtsx_chip *chip)
21 struct rtsx_dev *dev = chip->rtsx;
23 spin_lock(&dev->reg_lock);
25 spin_unlock(&dev->reg_lock);
28 static inline void rtsx_reset_detected_cards(struct rtsx_chip *chip, int flag)
30 rtsx_reset_cards(chip);
33 #define RTSX_MSG_IN_INT(x)
35 #endif /* __RTSX_SYS_H */