]> git.ipfire.org Git - people/ms/mstpd.git/blob - driver.h
9fae78f91e5f249d814bcc5e888ac174e6b7e9e4
[people/ms/mstpd.git] / driver.h
1 /*
2 * driver.h Driver-specific code.
3 *
4 * This program is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU General Public License
6 * as published by the Free Software Foundation; either version
7 * 2 of the License, or (at your option) any later version.
8 *
9 * Authors: Vitalii Demianets <vitas@nppfactor.kiev.ua>
10 */
11
12 #ifndef _MSTP_DRIVER_H
13 #define _MSTP_DRIVER_H
14
15 int driver_set_new_state(per_tree_port_t *ptp, int new_state);
16 void driver_flush_all_fids(per_tree_port_t *ptp);
17
18 #endif /* _MSTP_DRIVER_H */