Revision 78bd8fbbcd66fc977baa40e7fd838a4461b0f727 authored by Al Viro on 26 September 2007, 00:54:32 UTC, committed by Linus Torvalds on 26 September 2007, 16:22:04 UTC
It gets pointer to fastcall function, expects a pointer to normal
one and calls the sucker.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 459685c
Raw File
sgi.h
/*
 *  fs/partitions/sgi.h
 */

extern int sgi_partition(struct parsed_partitions *state, struct block_device *bdev);

#define SGI_LABEL_MAGIC 0x0be5a941

back to top