https://jxself.org/git/linux-libre.git
Raw File
Tip revision: cf2ea2eff6cf9cac136eae5cf0abb4e3cd66e96f authored by Jason Self on 13 February 2012, 19:16:01 UTC
Linux-libre 3.0.21-gnu1
Tip revision: cf2ea2e
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