Stub u8_textprep.h for inclusion purposes

This commit is contained in:
Brian Behlendorf
2009-01-05 15:37:07 -08:00
parent e9cb2b4f64
commit b53c565e65
3 changed files with 11 additions and 6 deletions
+1
View File
@@ -31,6 +31,7 @@
#include <sys/uio.h>
#include <sys/sunldi.h>
#include <sys/mutex.h>
#include <sys/u8_textprep.h>
#include <linux/kdev_t.h>
#include <linux/fs.h>
#include <linux/cdev.h>
+4
View File
@@ -0,0 +1,4 @@
#ifndef _SPL_U8_TEXTPREP_H
#define _SPL_U8_TEXTPREP_H
#endif /* SPL_U8_TEXTPREP_H */