io.h 359 B

1234567891011121314
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * This file is part of wl18xx
  4. *
  5. * Copyright (C) 2011 Texas Instruments
  6. */
  7. #ifndef __WL18XX_IO_H__
  8. #define __WL18XX_IO_H__
  9. int __must_check wl18xx_top_reg_write(struct wl1271 *wl, int addr, u16 val);
  10. int __must_check wl18xx_top_reg_read(struct wl1271 *wl, int addr, u16 *out);
  11. #endif /* __WL18XX_IO_H__ */