ser.h 387 B

12345678910111213141516
  1. /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
  2. * Copyright(c) 2019-2020 Realtek Corporation
  3. */
  4. #ifndef __SER_H__
  5. #define __SER_H__
  6. #include "core.h"
  7. int rtw89_ser_init(struct rtw89_dev *rtwdev);
  8. int rtw89_ser_deinit(struct rtw89_dev *rtwdev);
  9. int rtw89_ser_notify(struct rtw89_dev *rtwdev, u32 err);
  10. void rtw89_ser_recfg_done(struct rtw89_dev *rtwdev);
  11. #endif /* __SER_H__*/