Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
[deliverable/linux.git] / fs / pstore / internal.h
1 extern void pstore_get_records(void);
2 extern int pstore_mkfile(enum pstore_type_id, char *psname, u64 id,
3 char *data, size_t size,
4 struct timespec time, int (*erase)(u64));
5 extern int pstore_is_mounted(void);
6
7 extern struct kobj_attribute pstore_kmsg_bytes_attr;
This page took 0.030754 seconds and 6 git commands to generate.