Revision 43565a0648e664744ac9201c199681451355edcc authored by Kristian Høgsberg on 14 February 2009, 01:56:52 UTC, committed by Dave Airlie on 20 February 2009, 02:21:13 UTC
Lifted from the DDX modesetting.

Signed-off-by: Kristian Høgsberg <krh@redhat.com>
Signed-off-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Dave Airlie <airlied@redhat.com>
1 parent a29f5ca
Raw File
super.h
/*
 * super.h
 */

int befs_load_sb(struct super_block *sb, befs_super_block * disk_sb);

int befs_check_sb(struct super_block *sb);

back to top