X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=include%2Fext2fs%2Fext2_io.h;h=124215415c6bd1552c8467789d628cabe3862bae;hb=216a58f46680540da482f6fc5499b283f2e5830d;hp=b9ba0b6a240009d923d976a948b5e7b37075464c;hpb=da7857367944c983abf98f956241dcc614b2f453;p=yaboot.git diff --git a/include/ext2fs/ext2_io.h b/include/ext2fs/ext2_io.h index b9ba0b6..1242154 100644 --- a/include/ext2fs/ext2_io.h +++ b/include/ext2fs/ext2_io.h @@ -1,6 +1,6 @@ /* * io.h --- the I/O manager abstraction - * + * * Copyright (C) 1993, 1994, 1995, 1996 Theodore Ts'o. * * %Begin-Header% @@ -83,7 +83,7 @@ struct struct_io_manager { #define io_channel_flush(c) ((c)->manager->flush((c))) #define io_channel_write_byte(c,b,n,d) ((c)->manager->write_byte((c),b,n,d)) #define io_channel_bumpcount(c) ((c)->refcount++) - + /* unix_io.c */ extern io_manager unix_io_manager; @@ -97,4 +97,4 @@ extern void (*test_io_cb_set_blksize) (int blksize, errcode_t err); #endif /* _EXT2FS_EXT2_IO_H */ - +