usr/src/prototypes/prototype.s
author Yuri Pankov <yuri.pankov@nexenta.com>
Fri, 21 Sep 2012 06:38:43 +0400
changeset 13832 8e4bcbc31a4a
parent 13307 b78ce5a9eedd
permissions -rw-r--r--
1126 date(1)'s usage message doesn't mention -R 1788 "WARNING: Cannot lookup root device: /devices" is useless when rootfs is zfs 1828 powerd's "Able to open /dev/srn" notice is useless 2547 Minor updates to README 2678 zfs manpage mis-identifies checksum default value 2811 missing implementation: zfs send -r 3199 Update copyright years in usr/src/prototypes/ Reviewed by: Joshua M. Clulow <[email protected]> Reviewed by: Garrett D'Amore <[email protected]> Approved by: Dan McDonald <[email protected]>

/*
 * This file and its contents are supplied under the terms of the
 * Common Development and Distribution License ("CDDL"), version 1.0.
 * You may only use this file in accordance with the terms of version
 * 1.0 of the CDDL.
 *
 * A full copy of the text of the CDDL should have accompanied this
 * source.  A copy of the CDDL is also available via the Internet at
 * http://www.illumos.org/license/CDDL.
 */

/*
 * Copyright 2012 <contributor>.  All rights reserved.
 */

	.file	"prototype.s"

/*
 * Describe the purpose of this file here.
 */

#include <sys/asm_linkage.h>

	ENTRY(symbol_name)

	SET_SIZE(symbol_name)