18 lines
253 B
ArmAsm
Executable File
18 lines
253 B
ArmAsm
Executable File
/*
|
|
* Copyright (c) 1993 by Sun Microsystems, Inc.
|
|
*/
|
|
|
|
.ident "@(#)prototype.s 1.1 93/12/09 SMI"
|
|
|
|
.file "file.s"
|
|
|
|
/*
|
|
* Block comment which describes the contents of this file.
|
|
*/
|
|
|
|
#include <sys/asm_linkage.h>
|
|
|
|
ENTRY(function)
|
|
|
|
SET_SIZE(function)
|