]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/include/aml.h
ssh: document thumbfile options
[plan9front.git] / sys / include / aml.h
index 915e1e4e2a17416ffd2814059424d7a521f5cf11..27c31d003457c93d0251c93c7b778af180541bb4 100644 (file)
@@ -36,6 +36,7 @@ void          amldrop(void *);
 
 void*          amlroot;
 int            amldebug;
+uvlong         amlintmask;
 
 #pragma        varargck        type    "V"     void*
 #pragma        varargck        type    "N"     void*
@@ -44,6 +45,8 @@ int           amldebug;
 extern void*   amlalloc(int);
 extern void    amlfree(void*);
 
+extern void    amldelay(int);  /* microseconds */
+
 enum {
        MemSpace        = 0x00,
        IoSpace         = 0x01,