summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/include
diff options
context:
space:
mode:
Diffstat (limited to 'rtemsbsd/include')
-rw-r--r--rtemsbsd/include/rtems/bsd/bsd.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/rtemsbsd/include/rtems/bsd/bsd.h b/rtemsbsd/include/rtems/bsd/bsd.h
index 8ab0fdaf..1583dc9e 100644
--- a/rtemsbsd/include/rtems/bsd/bsd.h
+++ b/rtemsbsd/include/rtems/bsd/bsd.h
@@ -112,6 +112,13 @@ typedef enum {
} rtems_bsd_allocator_domain;
/**
+ * @brief The size for the page/mbufs default allocator domain.
+ *
+ * Applications may set this value to change the value returned by the default.
+ */
+extern uintptr_t rtems_bsd_allocator_domain_page_mbuf_size;
+
+/**
* @brief Returns the size for a specific allocator domain.
*
* Applications may provide their own implementation of this function. For