mirror of https://github.com/ipxe/ipxe.git
parent
97fd5ccdd8
commit
26f782bb41
|
@ -93,6 +93,10 @@ static inline void srand ( unsigned int seed ) {
|
|||
****************************************************************************
|
||||
*/
|
||||
|
||||
static inline __attribute__ (( always_inline )) int abs ( int value ) {
|
||||
return __builtin_abs ( value );
|
||||
}
|
||||
|
||||
extern int system ( const char *command );
|
||||
extern __asmcall int main ( void );
|
||||
|
||||
|
|
Loading…
Reference in New Issue