aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/msp430/msp430-devices.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/msp430/msp430-devices.h')
-rw-r--r--gcc/config/msp430/msp430-devices.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/msp430/msp430-devices.h b/gcc/config/msp430/msp430-devices.h
index 08ae1ad..9e8029a 100644
--- a/gcc/config/msp430/msp430-devices.h
+++ b/gcc/config/msp430/msp430-devices.h
@@ -29,3 +29,5 @@ struct t_msp430_mcu_data
extern struct t_msp430_mcu_data extracted_mcu_data;
void msp430_extract_mcu_data (const char * mcu_name);
+int msp430_check_env_var_for_devices (char **local_devices_csv_loc);
+char *msp430_dirname (char *path);