summaryrefslogtreecommitdiffstats
path: root/bsps/sh/gensh1/include/bsp.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-06-06 16:21:22 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-06-11 14:47:32 +0200
commit8c62cf4209b2fe57fdbc3a138f2c644e19774367 (patch)
tree1b2ccf4bb0f27934d31cd856c48994a295ffdd0c /bsps/sh/gensh1/include/bsp.h
parentbuild: Force warnings (diff)
downloadrtems-8c62cf4209b2fe57fdbc3a138f2c644e19774367.tar.bz2
tools: Remove shgen
All tools should be removed from the RTEMS source repository at some point in time. Tools with a BSD-style license will be moved to the RTEMS tools repository. Unfortunately, the shgen tool is GPL licensed. Remove all uses of this tool from the code base. Replace generated files with stub functions. If users of this BSP still exist, they can reimplement the functionality using a BSD-style license. Close #3443.
Diffstat (limited to 'bsps/sh/gensh1/include/bsp.h')
-rw-r--r--bsps/sh/gensh1/include/bsp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bsps/sh/gensh1/include/bsp.h b/bsps/sh/gensh1/include/bsp.h
index f3f7c028cd..b757a010d6 100644
--- a/bsps/sh/gensh1/include/bsp.h
+++ b/bsps/sh/gensh1/include/bsp.h
@@ -60,8 +60,8 @@ extern void *CPU_Interrupt_stack_high;
*/
void bsp_hw_init(void);
-extern int _sci_get_brparms(
- tcflag_t cflag,
+int _sci_get_brparms(
+ unsigned int spd,
unsigned char *smr,
unsigned char *brr
);