1 /* $NetBSD: initfini_asm.S,v 1.1 2001/07/17 04:03:53 thorpej Exp $ */
4 * This file placed in the public domain.
5 * Jason R. Thorpe, July 16, 2001.
8 #include <machine/asm.h>
10 .section .init, "ax", @progbits
11 call _C_LABEL(i_am_init)
14 .section .fini, "ax", @progbits
15 call _C_LABEL(i_am_fini)