[POWERPC] PS3: Compare firmware version
Add a utility routine ps3_compare_firmware_version() to compare system firmware versions. Uses the existing ps3_get_firmware_version() routine. Signed-off-by: Masakazu Mokuno <mokuno@sm.sony.co.jp> Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:

committed by
Paul Mackerras

parent
848cfdc5c1
commit
1322810c14
@@ -35,7 +35,8 @@ union ps3_firmware_version {
|
||||
};
|
||||
};
|
||||
|
||||
int ps3_get_firmware_version(union ps3_firmware_version *v);
|
||||
void ps3_get_firmware_version(union ps3_firmware_version *v);
|
||||
int ps3_compare_firmware_version(u16 major, u16 minor, u16 rev);
|
||||
|
||||
/* 'Other OS' area */
|
||||
|
||||
|
Reference in New Issue
Block a user