summaryrefslogtreecommitdiffstats
path: root/doc/tools/bmenu/address.h
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tools/bmenu/address.h')
-rw-r--r--doc/tools/bmenu/address.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/doc/tools/bmenu/address.h b/doc/tools/bmenu/address.h
index d022b82398..9b19615c74 100644
--- a/doc/tools/bmenu/address.h
+++ b/doc/tools/bmenu/address.h
@@ -1,8 +1,9 @@
-/* address.h
- *
+/*
* This include file contains the information required to manipulate
* physical addresses.
- *
+ */
+
+/*
* COPYRIGHT (c) 1988-2002.
* On-Line Applications Research Corporation (OAR).
* All rights reserved.
@@ -22,13 +23,13 @@
* It returns the resulting address. This address is typically
* converted to an access type before being used further.
*/
-
STATIC INLINE void *_Addresses_Add_offset (
void *base,
size_t offset
-);
-
-#include "address.inl"
+)
+{
+ return (base + offset);
+}
#endif
/* end of include file */