1 #ifndef __NNPFS_GLOBAL_H
2 #define __NNPFS_GLOBAL_H
3
4 #ifndef RCSID
5 #define RCSID(msg) \
6 static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
7 #endif /* RCSID */
8
9 #endif /* __NNPFS_GLOBAL_H */