Add a global return_success() method implementation
This commit is contained in:
@@ -495,6 +495,11 @@ bool return_false();
|
||||
*/
|
||||
status_t return_failed();
|
||||
|
||||
/**
|
||||
* returns SUCCESS
|
||||
*/
|
||||
status_t return_success();
|
||||
|
||||
/**
|
||||
* Write a 16-bit host order value in network order to an unaligned address.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user