* @brief Gets the environment run flags. * @return The run flags. */
| 68 | * @return The run flags. |
| 69 | */ |
| 70 | static inline u32 envGetSystemRunFlags(void) { |
| 71 | extern u32 __system_runflags; |
| 72 | return __system_runflags; |
| 73 | } |
no outgoing calls
no test coverage detected