1*702941cdSRichard Lowe /* 2*702941cdSRichard Lowe * This file and its contents are supplied under the terms of the 3*702941cdSRichard Lowe * Common Development and Distribution License ("CDDL"), version 1.0. 4*702941cdSRichard Lowe * You may only use this file in accordance with the terms of version 5*702941cdSRichard Lowe * 1.0 of the CDDL. 6*702941cdSRichard Lowe * 7*702941cdSRichard Lowe * A full copy of the text of the CDDL should have accompanied this 8*702941cdSRichard Lowe * source. A copy of the CDDL is also available via the Internet at 9*702941cdSRichard Lowe * http://www.illumos.org/license/CDDL. 10*702941cdSRichard Lowe */ 11*702941cdSRichard Lowe 12*702941cdSRichard Lowe /* Copyright 2013, Richard Lowe */ 13*702941cdSRichard Lowe memcpy(void)14*702941cdSRichard Lowevoid memcpy(void) {} dis_set_data(void)15*702941cdSRichard Lowevoid dis_set_data(void) {} dis_instrlen(void)16*702941cdSRichard Lowevoid dis_instrlen(void) {} dis_handle_create(void)17*702941cdSRichard Lowevoid dis_handle_create(void) {} dis_handle_destroy(void)18*702941cdSRichard Lowevoid dis_handle_destroy(void) {} 19