/** Copyright 2019, Haiku, Inc. All rights reserved.* Distributed under the terms of the MIT License.*/#ifndef _SYSTEM_SYSCALL_LOAD_IMAGE_H#define _SYSTEM_SYSCALL_LOAD_IMAGE_Henum {B_WAIT_TILL_LOADED = 0x01,/* Wait till the loader has loaded and relocated (but not yetinitialized) the application image and all dependencies. If notsupplied, the function returns before the loader started to doanything at all, i.e. it returns success, even if the executabledoesn't exist. */};#endif /* _SYSTEM_SYSCALL_LOAD_IMAGE_H */