Expand PMF_FN_* macros.
[netbsd-mini2440.git] / sys / lib / libsa / files.c
blob01907c7b7b0ecbe8de9f8120dadf9b19ea265f22
1 /* $NetBSD$ */
3 /*
4 * files.c:
6 * libsa file table. separate from other global variables so that
7 * all of those don't need to be linked in just to use open, et al.
8 */
10 #include "stand.h"
12 struct open_file files[SOPEN_MAX];