mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-19 21:21:09 +00:00
EDAC: Rename report status accessors
Change them to have the edac_ prefix. No functionality change. Signed-off-by: Borislav Petkov <bp@suse.de>
This commit is contained in:
parent
fee27d7d97
commit
bffc7dece9
6 changed files with 14 additions and 14 deletions
|
@ -30,8 +30,8 @@ struct device;
|
|||
extern int edac_op_state;
|
||||
|
||||
struct bus_type *edac_get_sysfs_subsys(void);
|
||||
int get_edac_report_status(void);
|
||||
void set_edac_report_status(int new);
|
||||
int edac_get_report_status(void);
|
||||
void edac_set_report_status(int new);
|
||||
|
||||
enum {
|
||||
EDAC_REPORTING_ENABLED,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue