move noreturn attribute in front
Change-Id: I267fa3fcaa068fe9465231a5edac531b1b539eda
This commit is contained in:
@@ -501,8 +501,8 @@ extern VOID LOS_Msleep(UINT32 mSecs);
|
||||
* @see
|
||||
*/
|
||||
extern UINT32 LOS_Start(VOID);
|
||||
extern VOID LOS_Reboot(VOID) NORETURN;
|
||||
extern VOID LOS_Panic(const CHAR *fmt, ...) NORETURN;
|
||||
extern NORETURN VOID LOS_Reboot(VOID);
|
||||
extern NORETURN VOID LOS_Panic(const CHAR *fmt, ...);
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user