mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 18:23:57 -06:00
Fix some warnings that would be generated by gcc -Wmissing-prototypes
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5022 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
a5f1b965da
commit
8fcd36920e
11 changed files with 61 additions and 67 deletions
|
@ -129,7 +129,7 @@ static void menelaus_rtc_hz(void *opaque)
|
|||
menelaus_update(s);
|
||||
}
|
||||
|
||||
void menelaus_reset(i2c_slave *i2c)
|
||||
static void menelaus_reset(i2c_slave *i2c)
|
||||
{
|
||||
struct menelaus_s *s = (struct menelaus_s *) i2c;
|
||||
s->reg = 0x00;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue