From f742db21807a6de1e34aefe202dff2eabb41b7f3 Mon Sep 17 00:00:00 2001 From: ichiro Date: Fri, 14 Mar 2008 02:17:15 +0000 Subject: [PATCH] make compile - add xenbus_read_ull prototype into include/xenbus.h --- sys/arch/xen/include/xenbus.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/arch/xen/include/xenbus.h b/sys/arch/xen/include/xenbus.h index 5d494b6d6c63..3f474c9c8d8e 100644 --- a/sys/arch/xen/include/xenbus.h +++ b/sys/arch/xen/include/xenbus.h @@ -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,