Add stubs for three more includes
This commit is contained in:
parent
434d1d0f8f
commit
703e7a3cf4
|
@ -0,0 +1,4 @@
|
||||||
|
#ifndef _SPL_MODCTL_H
|
||||||
|
#define _SPL_MODCTL_H
|
||||||
|
|
||||||
|
#endif /* SPL_MODCTL_H */
|
|
@ -0,0 +1,4 @@
|
||||||
|
#ifndef _SPL_OPEN_H
|
||||||
|
#define _SPL_OPEN_H
|
||||||
|
|
||||||
|
#endif /* SPL_OPEN_H */
|
|
@ -0,0 +1,4 @@
|
||||||
|
#ifndef _SPL_POLICY_H
|
||||||
|
#define _SPL_POLICY_H
|
||||||
|
|
||||||
|
#endif /* SPL_POLICY_H */
|
Loading…
Reference in New Issue