X-Git-Url: http://rtime.felk.cvut.cz/gitweb/pes-rpp/rpp-lib.git/blobdiff_plain/a03a08f1086d9db86e3e063a1a6ac76bfa63451c..0e38262df2b506d9168643ac5a2b76c9cc6d5825:/rpp/include/drv/_rm48_hdk/port_def.h diff --git a/rpp/include/drv/_rm48_hdk/port_def.h b/rpp/include/drv/_rm48_hdk/port_def.h new file mode 100644 index 0000000..9e68879 --- /dev/null +++ b/rpp/include/drv/_rm48_hdk/port_def.h @@ -0,0 +1,27 @@ +/* + * Copyright (C) 2015 Czech Technical University in Prague + * + * Authors: + * - Michal Sojka + * + * This document contains proprietary information belonging to Czech + * Technical University in Prague. Passing on and copying of this + * document, and communication of its contents is not permitted + * without prior written authorization. + * + */ + +#ifndef DRV_TGT_PORT_DEF_H +#define DRV_TGT_PORT_DEF_H + +/* Port names */ +enum port_id { + PORT_ID_GIOA, + PORT_ID_GIOB, + PORT_ID_NHET1, + PORT_ID_ADC, + + _PORT_COUNT, +}; + +#endif