mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-10 06:01:52 +00:00
fusee-secondary: Fix arg names in raw_dev
This commit is contained in:
parent
3cb60b324b
commit
88294116b8
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
#define RAWDEV_MAX_DEVICES 16
|
||||
|
||||
int rawdev_mount_device(const char *name, const device_partition_t *device, bool mount_immediately);
|
||||
int rawdev_mount_device(const char *name, const device_partition_t *devpart, bool initialize_immediately);
|
||||
int rawdev_register_device(const char *name);
|
||||
|
||||
int rawdev_unregister_device(const char *name);
|
||||
|
|
Loading…
Reference in a new issue