mesaflash/examples
Jeff Epler 934769e0cc Fix problems regarding function prototypes
In C, you can call functions which do not have prototypes
available; however, if the implied prototype doesn't match
the actual prototype, the behavior is undefined.  These changes
make mesaflash compile cleanly even when these prototype-checking
compiler flags are enabled (and enables them by default):
    -Werror=missing-prototypes
    -Werror=strict-prototypes
    -Werror=implicit-function-declaration
2016-11-21 21:09:24 -06:00
..
pci_analog_write.c Fix problems regarding function prototypes 2016-11-21 21:09:24 -06:00
pci_encoder_read.c Fix problems regarding function prototypes 2016-11-21 21:09:24 -06:00