summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include/sf_buf.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/powerpc/include/sf_buf.h')
-rw-r--r--sys/powerpc/include/sf_buf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/powerpc/include/sf_buf.h b/sys/powerpc/include/sf_buf.h
index 7ddb981..f8a5936 100644
--- a/sys/powerpc/include/sf_buf.h
+++ b/sys/powerpc/include/sf_buf.h
@@ -45,6 +45,9 @@ struct sf_buf {
int ref_count; /* usage of this mapping */
};
+struct sf_buf * sf_buf_alloc(struct vm_page *m, int flags);
+void sf_buf_free(struct sf_buf *sf);
+
/*
* On 32-bit OEA, the only purpose for which sf_buf is used is to implement
* an opaque pointer required by the machine-independent parts of the kernel.
OpenPOWER on IntegriCloud