1 /* SPDX-License-Identifier: GPL-2.0-only */
5 * Copyright (C) 2003 Russell King, All Rights Reserved.
15 int ssp_write_word(u16 data
);
16 int ssp_read_word(u16
*data
);
18 void ssp_enable(void);
19 void ssp_disable(void);
20 void ssp_save_state(struct ssp_state
*ssp
);
21 void ssp_restore_state(struct ssp_state
*ssp
);