mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +02:00
util/nvmutil: cleaned up a few prototypes
make them match how they're declared Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -28,9 +28,9 @@
|
||||
#endif
|
||||
|
||||
static void reset_global_state(void);
|
||||
static void set_cmd(int argc, char **argv);
|
||||
static void check_cmd_args(int argc, char **argv);
|
||||
static void set_io_flags(int argc, char **argv);
|
||||
static void set_cmd(int argc, char *argv[]);
|
||||
static void check_cmd_args(int argc, char *argv[]);
|
||||
static void set_io_flags(int argc, char *argv[]);
|
||||
static void open_gbe_file(void);
|
||||
#ifndef HAVE_ARC4RANDOM
|
||||
static void open_dev_urandom(void);
|
||||
|
||||
Reference in New Issue
Block a user