You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
272 B
10 lines
272 B
17 years ago
|
#ifndef _SPARC_MEMCTRL_H
|
||
|
#define _SPARC_MEMCTRL_H
|
||
|
|
||
|
typedef int (*dimm_printer_t)(int synd_code, unsigned long paddr, char *buf, int buflen);
|
||
|
|
||
|
int register_dimm_printer(dimm_printer_t func);
|
||
|
void unregister_dimm_printer(dimm_printer_t func);
|
||
|
|
||
|
#endif /* _SPARC_MEMCTRL_H */
|