summaryrefslogtreecommitdiff
path: root/include/linux/ioport.h
diff options
context:
space:
mode:
authorJeff Garzik <jgarzik@redhat.com>2003-10-21 11:27:28 -0400
committerJeff Garzik <jgarzik@redhat.com>2003-10-21 11:27:28 -0400
commit8402aa96a0bd5ba3b68154bdb2d73b90d5cd8545 (patch)
treefd8c1c13c8e8c8581d64e48e99966d290a052cd9 /include/linux/ioport.h
parent4effb658a0f800e159c29a2d881cac76c326087a (diff)
[libata] Integrate Serial ATA driver into kernel tree.
Diffstat (limited to 'include/linux/ioport.h')
-rw-r--r--include/linux/ioport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/ioport.h b/include/linux/ioport.h
index 236fce32581d..5ad913d3cd96 100644
--- a/include/linux/ioport.h
+++ b/include/linux/ioport.h
@@ -89,6 +89,7 @@ extern struct resource iomem_resource;
extern int get_resource_list(struct resource *, char *buf, int size);
extern int request_resource(struct resource *root, struct resource *new);
+extern struct resource * ____request_resource(struct resource *root, struct resource *new);
extern int release_resource(struct resource *new);
extern int insert_resource(struct resource *parent, struct resource *new);
extern int allocate_resource(struct resource *root, struct resource *new,