From 092c340a2062fa98b7387fc5fd63578ddae7d0b6 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Wed, 15 Jul 2020 19:40:55 -0400 Subject: [1/4] Remove SH support and all archos targets This removes all code specific to SH targets Change-Id: I7980523785d2596e65c06430f4638eec74a06061 --- firmware/test/buflib/util.h | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 firmware/test/buflib/util.h (limited to 'firmware/test/buflib/util.h') diff --git a/firmware/test/buflib/util.h b/firmware/test/buflib/util.h deleted file mode 100644 index 1b03bbbed5..0000000000 --- a/firmware/test/buflib/util.h +++ /dev/null @@ -1,30 +0,0 @@ -/*************************************************************************** -* __________ __ ___. -* Open \______ \ ____ ____ | | _\_ |__ _______ ___ -* Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / -* Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < -* Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ -* \/ \/ \/ \/ \/ -* $Id$ -* -* Copyright (C) 2015 Thomas Jarosch -* -* This program is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License -* as published by the Free Software Foundation; either version 2 -* of the License, or (at your option) any later version. -* -* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY -* KIND, either express or implied. -* -****************************************************************************/ - -#ifndef _TEST_UTIL_H -#define _TEST_UTIL_H - -void print_simple(const char *string); -void print_handle(int handle_num, const char *string); - -void UT_core_allocator_init(); - -#endif -- cgit v1.2.3