Initial import
[openvswitch] / datapath / linux-2.4 / compat-2.4 / compat24.h
1 #ifndef __COMPAT24_H
2 #define __COMPAT24_H 1
3
4 int genl_init(void);
5 void genl_exit(void);
6
7 int random32_init(void);
8
9 void rcu_init(void);
10
11 #endif /* compat24.h */