aboutsummaryrefslogtreecommitdiffstats
path: root/xen-2.4.16/include/xeno/ioport.h
diff options
context:
space:
mode:
Diffstat (limited to 'xen-2.4.16/include/xeno/ioport.h')
-rw-r--r--xen-2.4.16/include/xeno/ioport.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/xen-2.4.16/include/xeno/ioport.h b/xen-2.4.16/include/xeno/ioport.h
index 7c35699496..0416edc71e 100644
--- a/xen-2.4.16/include/xeno/ioport.h
+++ b/xen-2.4.16/include/xeno/ioport.h
@@ -92,7 +92,8 @@ extern int allocate_resource(struct resource *root, struct resource *new,
unsigned long size,
unsigned long min, unsigned long max,
unsigned long align,
- void (*alignf)(void *, struct resource *, unsigned long),
+ void (*alignf)(void *, struct resource *,
+ unsigned long, unsigned long),
void *alignf_data);
/* Convenience shorthand with allocation */