xref: /linux/fs/ramfs/internal.h (revision c5ef1c42c51b1b5b4a401a6517bdda30933ddbaf)
1642fb4d1SDavid Howells /* internal.h: ramfs internal definitions
2642fb4d1SDavid Howells  *
3642fb4d1SDavid Howells  * Copyright (C) 2005 Red Hat, Inc. All Rights Reserved.
4642fb4d1SDavid Howells  * Written by David Howells (dhowells@redhat.com)
5642fb4d1SDavid Howells  *
6642fb4d1SDavid Howells  * This program is free software; you can redistribute it and/or
7642fb4d1SDavid Howells  * modify it under the terms of the GNU General Public License
8642fb4d1SDavid Howells  * as published by the Free Software Foundation; either version
9642fb4d1SDavid Howells  * 2 of the License, or (at your option) any later version.
10642fb4d1SDavid Howells  */
11642fb4d1SDavid Howells 
12642fb4d1SDavid Howells 
13f5e54d6eSChristoph Hellwig extern const struct address_space_operations ramfs_aops;
144b6f5d20SArjan van de Ven extern const struct file_operations ramfs_file_operations;
15*c5ef1c42SArjan van de Ven extern const struct inode_operations ramfs_file_inode_operations;
16