jehanne/sys/src/lib/aml/amlmapio.c

10 lines
90 B
C
Raw Normal View History

#include <u.h>
#include <libc.h>
#include <aml.h>
int
amlmapio(Amlio* a)
{
return -1;
}