https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 9a3f4084e66c3ae1cbfa229d77240489a1e54f62 authored by Jason Self on 24 May 2013, 18:09:53 UTC
Linux-libre 3.0.80-gnu1
Tip revision: 9a3f408
internal.h
extern void	pstore_set_kmsg_bytes(int);
extern void	pstore_get_records(void);
extern int	pstore_mkfile(enum pstore_type_id, char *psname, u64 id,
			      char *data, size_t size,
			      struct timespec time, int (*erase)(u64));
extern int	pstore_is_mounted(void);
back to top