summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjake <jake@FreeBSD.org>2002-07-28 01:01:14 +0000
committerjake <jake@FreeBSD.org>2002-07-28 01:01:14 +0000
commitd468b2beab0dfec6a517dadc9e2c3f0ba03ddfc3 (patch)
tree7ce754eb7ab6b788391c1ac231661eff2a03f693 /sys
parent9cf68e2eb900d4f51264ebba254170a9bacef13a (diff)
downloadFreeBSD-src-d468b2beab0dfec6a517dadc9e2c3f0ba03ddfc3.zip
FreeBSD-src-d468b2beab0dfec6a517dadc9e2c3f0ba03ddfc3.tar.gz
Add declarations for btext and etext.
Diffstat (limited to 'sys')
-rw-r--r--sys/sparc64/include/cpu.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/sparc64/include/cpu.h b/sys/sparc64/include/cpu.h
index 5097a40..f0caebf 100644
--- a/sys/sparc64/include/cpu.h
+++ b/sys/sparc64/include/cpu.h
@@ -74,6 +74,9 @@
#ifdef _KERNEL
+extern char btext[];
+extern char etext[];
+
void fork_trampoline(void);
static __inline u_int64_t
OpenPOWER on IntegriCloud