]> git.ipfire.org Git - people/ms/mstpd.git/blobdiff - driver.h
Translate CIST states to the Linux bridge code
[people/ms/mstpd.git] / driver.h
diff --git a/driver.h b/driver.h
new file mode 100644 (file)
index 0000000..07a5211
--- /dev/null
+++ b/driver.h
@@ -0,0 +1,17 @@
+/*
+ * driver.h    Driver-specific code.
+ *
+ *  This program is free software; you can redistribute it and/or
+ *  modify it under the terms of the GNU General Public License
+ *  as published by the Free Software Foundation; either version
+ *  2 of the License, or (at your option) any later version.
+ *
+ * Authors: Vitalii Demianets <vitas@nppfactor.kiev.ua>
+ */
+
+#ifndef _MSTP_DRIVER_H
+#define _MSTP_DRIVER_H
+
+int driver_set_new_state(per_tree_port_t *ptp, int new_state);
+
+#endif /* _MSTP_DRIVER_H */