mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
rbutil: move extern "C" declaration into mkamsboot.h
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22319 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f4e2d83f04
commit
cb55d5c65f
2 changed files with 9 additions and 4 deletions
|
|
@ -28,6 +28,10 @@
|
|||
#include <stdint.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/* Supported models */
|
||||
enum {
|
||||
MODEL_UNKNOWN = -1,
|
||||
|
|
@ -152,4 +156,8 @@ int total_size(int model, int rb_packedsize, int of_packedsize);
|
|||
*/
|
||||
int firmware_revision(int model);
|
||||
|
||||
#ifdef __cplusplus
|
||||
};
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue