swh:1:snp:173f8deb0c56c557784b4fd217e7608ac6197844
Raw File
Tip revision: 01bf0b64579ead8a82e7cfc32ae44bc667e7ad0f authored by Linus Torvalds on 19 April 2010, 23:29:56 UTC
Linux 2.6.34-rc5
Tip revision: 01bf0b6
internal.h
/* internal.h: ramfs internal definitions
 *
 * Copyright (C) 2005 Red Hat, Inc. All Rights Reserved.
 * Written by David Howells (dhowells@redhat.com)
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; either version
 * 2 of the License, or (at your option) any later version.
 */


extern const struct address_space_operations ramfs_aops;
extern const struct inode_operations ramfs_file_inode_operations;
back to top