162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */ 262306a36Sopenharmony_ci/* 362306a36Sopenharmony_ci * This file is part of wl18xx 462306a36Sopenharmony_ci * 562306a36Sopenharmony_ci * Copyright (C) 2011 Texas Instruments 662306a36Sopenharmony_ci */ 762306a36Sopenharmony_ci 862306a36Sopenharmony_ci#ifndef __WL18XX_IO_H__ 962306a36Sopenharmony_ci#define __WL18XX_IO_H__ 1062306a36Sopenharmony_ci 1162306a36Sopenharmony_ciint __must_check wl18xx_top_reg_write(struct wl1271 *wl, int addr, u16 val); 1262306a36Sopenharmony_ciint __must_check wl18xx_top_reg_read(struct wl1271 *wl, int addr, u16 *out); 1362306a36Sopenharmony_ci 1462306a36Sopenharmony_ci#endif /* __WL18XX_IO_H__ */ 15