Sync usage with man page.
[netbsd-mini2440.git] / sys / arch / alpha / stand / netboot / rpcc.S
blob59fbec5ab0fd4827d939038e660890a1417bb1b1
1 /* $NetBSD: rpcc.S,v 1.2 1996/10/02 21:18:50 cgd Exp $ */
3 #include <machine/asm.h>
5         .text
6 LEAF(alpha_rpcc,1)
7         rpcc    v0
8         RET
9         END(alpha_rpcc)