summaryrefslogtreecommitdiffstats
path: root/cpukit/libblock/src/ide_part_table.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2012-02-28 14:57:01 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2012-03-13 12:24:17 +0100
commitc93fc2b36be9a71d09c238cfb037c9f54631c417 (patch)
treed292237d757deb7c0ced8e6ddb054bdac79d0a3d /cpukit/libblock/src/ide_part_table.c
parentlibblock: New block IO control support functions (diff)
downloadrtems-c93fc2b36be9a71d09c238cfb037c9f54631c417.tar.bz2
libblock: rtems_ide_part_table_initialize() API
Diffstat (limited to 'cpukit/libblock/src/ide_part_table.c')
-rw-r--r--cpukit/libblock/src/ide_part_table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libblock/src/ide_part_table.c b/cpukit/libblock/src/ide_part_table.c
index ed3f3ab72c..5a71d79236 100644
--- a/cpukit/libblock/src/ide_part_table.c
+++ b/cpukit/libblock/src/ide_part_table.c
@@ -546,7 +546,7 @@ rtems_ide_part_table_get(const char *dev_name, rtems_disk_desc_t *disk_desc)
* RTEMS_INTERNAL_ERROR if other error occurs.
*/
rtems_status_code
-rtems_ide_part_table_initialize(char *dev_name)
+rtems_ide_part_table_initialize(const char *dev_name)
{
int part_num;
dev_t dev;