diff options
Diffstat (limited to 'fs/ramfs/internal.h')
-rw-r--r-- | fs/ramfs/internal.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/fs/ramfs/internal.h b/fs/ramfs/internal.h new file mode 100644 index 000000000..3257fc180 --- /dev/null +++ b/fs/ramfs/internal.h @@ -0,0 +1,9 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ +/* internal.h: ramfs internal definitions + * + * Copyright (C) 2005 Red Hat, Inc. All Rights Reserved. + * Written by David Howells (dhowells@redhat.com) + */ + + +extern const struct inode_operations ramfs_file_inode_operations; |