275f01ad644206e1b0c2af88dcdde218347295dd
[sliver-openvswitch.git] / datapath / unit-exports.c
1 /*
2  * Distributed under the terms of the GNU GPL version 2.
3  * Copyright (c) 2007 The Board of Trustees of The Leland Stanford Junior Univer
4 sity
5  */
6
7 #include "table.h"
8 #include "flow.h"
9 #include "crc32.h"
10 #include "forward.h"
11 #include <linux/module.h>
12
13 EXPORT_SYMBOL(flow_alloc);
14 EXPORT_SYMBOL(flow_free);
15 EXPORT_SYMBOL(flow_cache);
16
17 EXPORT_SYMBOL(table_mac_create);
18 EXPORT_SYMBOL(table_hash_create);
19 EXPORT_SYMBOL(table_hash2_create);
20 EXPORT_SYMBOL(table_linear_create);
21
22 EXPORT_SYMBOL(crc32_init);
23 EXPORT_SYMBOL(crc32_calculate);
24
25 EXPORT_SYMBOL(flow_extract);
26 EXPORT_SYMBOL(execute_setter);