make compile

- add xenbus_read_ull prototype into include/xenbus.h
This commit is contained in:
ichiro 2008-03-14 02:17:15 +00:00
parent 9cde455f5c
commit f742db2180

View File

@ -1,4 +1,4 @@
/* $NetBSD: xenbus.h,v 1.7 2007/11/22 16:16:58 bouyer Exp $ */
/* $NetBSD: xenbus.h,v 1.8 2008/03/14 02:17:15 ichiro Exp $ */
/******************************************************************************
* xenbus.h
*
@ -121,6 +121,8 @@ int xenbus_read(struct xenbus_transaction *t,
char **);
int xenbus_read_ul(struct xenbus_transaction *,
const char *, const char *, unsigned long *, int);
int xenbus_read_ull(struct xenbus_transaction *,
const char *, const char *, unsigned long long *, int);
int xenbus_write(struct xenbus_transaction *t,
const char *dir, const char *node, const char *string);
int xenbus_mkdir(struct xenbus_transaction *t,