4 * Copyright (C) 2003 Russell King, All Rights Reserved.
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
18 int ssp_write_word(u16 data
);
19 int ssp_read_word(u16
*data
);
21 void ssp_enable(void);
22 void ssp_disable(void);
23 void ssp_save_state(struct ssp_state
*ssp
);
24 void ssp_restore_state(struct ssp_state
*ssp
);