Files
mop3/libsystem/stall.h
kamkow1 a86d258a4b
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 40s
Build documentation / build-and-deploy (push) Successful in 30s
CE implement stall command, libsystem Add stall_ms ()
2026-04-08 15:29:52 +02:00

9 lines
135 B
C

#ifndef _LIBSYSTEM_STALL_H
#define _LIBSYSTEM_STALL_H
#include <stdint.h>
void stall_ms (uint64_t ms);
#endif // _LIBSYSTEM_STALL_H