3 Copyright (C) 2009 Borut Razem
5 This program is free software; you can redistribute it and/or modify it
6 under the terms of the GNU General Public License as published by the
7 Free Software Foundation; either version 3, or (at your option) any
10 This program is distributed in the hope that it will be useful,
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 GNU General Public License for more details.
15 You should have received a copy of the GNU General Public License
16 along with this program. If not, see <http://www.gnu.org/licenses/>. */
35 void sdas_init (char *path
);
37 enum sdas_target_e
get_sdas_target(void);
38 void set_sdas_target(enum sdas_target_e
);
39 int is_sdas_target_z80_like(void);
40 int is_sdas_target_8051_like(void);
41 int is_sdas_target_stm8(void);
42 int is_sdas_target_pdk(void);