mirror of
https://github.com/opnsense/src.git
synced 2026-03-10 18:21:00 -04:00
added a few more stub headers, fleshed out a few stub headers, added a FIXME file, added various compatibility macros git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@25 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
6 lines
94 B
C
6 lines
94 B
C
#ifndef _SPL_CTYPE_H
|
|
#define _SPL_CTYPE_H
|
|
|
|
#include <linux/ctype.h>
|
|
|
|
#endif /* SPL_CTYPE_H */
|