summaryrefslogtreecommitdiff
path: root/sys/xfs/xfs_global.h
blob: 7280191b5f22e3805769991618dc792d19bcc715 (plain)
1
2
3
4
5
6
7
8
9
#ifndef __NNPFS_GLOBAL_H
#define __NNPFS_GLOBAL_H

#ifndef RCSID
#define RCSID(msg) \
static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
#endif /* RCSID */

#endif  /* __NNPFS_GLOBAL_H */