ref: 38b59b972ab67af26384bb6890a31075a7b8f0b8
parent: a3f7629993aa6e04dda726d7ea8b329b43b0cfce
author: Jacob Moody <moody@posixcafe.org>
date: Thu Feb 19 12:21:11 EST 2026
libaml: add dropped header defs from previous commit
--- a/sys/include/aml.h
+++ b/sys/include/aml.h
@@ -47,7 +47,8 @@
extern void* amlalloc(int);
extern void amlfree(void*);
-extern void amldelay(int); /* microseconds */
+extern void amldelay(uvlong); /* microseconds */
+extern uvlong amltime(void);
enum {MemSpace = 0x00,
--
⑨