mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 18:23:57 -06:00
PPC: mac_nvram: Remove unused functions
The macio_nvram_read and macio_nvram_write functions are never called, just remove them. Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
parent
d696760b43
commit
a8b0503701
2 changed files with 0 additions and 25 deletions
|
@ -178,6 +178,4 @@ typedef struct MacIONVRAMState {
|
|||
} MacIONVRAMState;
|
||||
|
||||
void pmac_format_nvram_partition (MacIONVRAMState *nvr, int len);
|
||||
uint8_t macio_nvram_read(MacIONVRAMState *s, uint32_t addr);
|
||||
void macio_nvram_write(MacIONVRAMState *s, uint32_t addr, uint8_t val);
|
||||
#endif /* !defined(__PPC_MAC_H__) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue