forked from Imagelibrary/rtems
2011-12-09 Ralf Corsépius <ralf.corsepius@rtems.org>
* libblock/src/flashdisk.c: Make rtems_fdisk_crc16_gen_factors static. * libblock/src/nvdisk.c: Make rtems_nvdisk_crc16_gen_factors static.
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
2011-12-09 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* libblock/src/flashdisk.c:
|
||||
Make rtems_fdisk_crc16_gen_factors static.
|
||||
* libblock/src/nvdisk.c:
|
||||
Make rtems_nvdisk_crc16_gen_factors static.
|
||||
|
||||
2011-12-09 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* rtems/src/rtemsobjectsetname.c:
|
||||
|
||||
@@ -303,7 +303,7 @@ static uint16_t* rtems_fdisk_crc16_factor;
|
||||
* @relval RTEMS_SUCCESSFUL The table was generated.
|
||||
* @retval RTEMS_NO_MEMORY The table could not be allocated from the heap.
|
||||
*/
|
||||
rtems_status_code
|
||||
static rtems_status_code
|
||||
rtems_fdisk_crc16_gen_factors (uint16_t pattern)
|
||||
{
|
||||
uint32_t b;
|
||||
|
||||
@@ -134,7 +134,7 @@ static uint16_t* rtems_nvdisk_crc16_factor;
|
||||
* @relval RTEMS_SUCCESSFUL The table was generated.
|
||||
* @retval RTEMS_NO_MEMORY The table could not be allocated from the heap.
|
||||
*/
|
||||
rtems_status_code
|
||||
static rtems_status_code
|
||||
rtems_nvdisk_crc16_gen_factors (uint16_t pattern)
|
||||
{
|
||||
uint32_t b;
|
||||
|
||||
Reference in New Issue
Block a user