12d4be7aaSRichard Lowe /*
22d4be7aaSRichard Lowe  * This file and its contents are supplied under the terms of the
32d4be7aaSRichard Lowe  * Common Development and Distribution License ("CDDL"), version 1.0.
42d4be7aaSRichard Lowe  * You may only use this file in accordance with the terms of version
52d4be7aaSRichard Lowe  * 1.0 of the CDDL.
62d4be7aaSRichard Lowe  *
72d4be7aaSRichard Lowe  * A full copy of the text of the CDDL should have accompanied this
82d4be7aaSRichard Lowe  * source.  A copy of the CDDL is also available via the Internet at
92d4be7aaSRichard Lowe  * http://www.illumos.org/license/CDDL.
102d4be7aaSRichard Lowe  */
112d4be7aaSRichard Lowe 
12*702941cdSRichard Lowe /* Copyright 2013, Richard Lowe */
132d4be7aaSRichard Lowe 
memcpy(void)14*702941cdSRichard Lowe void memcpy(void) {}
dis_set_data(void)15*702941cdSRichard Lowe void dis_set_data(void) {}
dis_instrlen(void)16*702941cdSRichard Lowe void dis_instrlen(void) {}
dis_handle_create(void)17*702941cdSRichard Lowe void dis_handle_create(void) {}
dis_handle_destroy(void)18*702941cdSRichard Lowe void dis_handle_destroy(void) {}
19