mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 00:48:50 +00:00
638c1fd303
Some pstore implementations may not have a static context, so extend the API to pass the pstore_info struct to all calls and allow for a context pointer. Signed-off-by: Matthew Garrett <mjg@redhat.com> Signed-off-by: Tony Luck <tony.luck@intel.com>
6 lines
273 B
C
6 lines
273 B
C
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, struct pstore_info *psi);
|
|
extern int pstore_is_mounted(void);
|