NetBSD/sys/filecorefs/files.filecorefs
thorpej 37dc008ca3 Cleanup how file system configuration information is declared, grouping
related information together, with the file system code itself.

This is just low-hanging fruit -- more to come.
2002-04-16 23:14:05 +00:00

11 lines
339 B
Plaintext

# $NetBSD: files.filecorefs,v 1.1 2002/04/16 23:14:06 thorpej Exp $
deffs FILECORE
file filecorefs/filecore_bmap.c filecore
file filecorefs/filecore_lookup.c filecore
file filecorefs/filecore_node.c filecore
file filecorefs/filecore_utils.c filecore
file filecorefs/filecore_vfsops.c filecore
file filecorefs/filecore_vnops.c filecore