rt2x00: rt2800pci: move initialization functions to the rt2800mmio module
Move the functions into a separate module, in order to make those usable from other modules. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:

committed by
John W. Linville

parent
7573afdf80
commit
1052e3a6ae
@@ -153,4 +153,10 @@ void rt2800mmio_kick_queue(struct data_queue *queue);
|
||||
void rt2800mmio_stop_queue(struct data_queue *queue);
|
||||
void rt2800mmio_queue_init(struct data_queue *queue);
|
||||
|
||||
/* Initialization functions */
|
||||
bool rt2800mmio_get_entry_state(struct queue_entry *entry);
|
||||
void rt2800mmio_clear_entry(struct queue_entry *entry);
|
||||
int rt2800mmio_init_queues(struct rt2x00_dev *rt2x00dev);
|
||||
int rt2800mmio_init_registers(struct rt2x00_dev *rt2x00dev);
|
||||
|
||||
#endif /* RT2800MMIO_H */
|
||||
|
Reference in New Issue
Block a user