summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score/address.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-08-06 10:51:00 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-08-10 07:14:43 +0200
commit66cb14205416253df88a412f579956d8d6109794 (patch)
tree941ac9ed9ec67f06ae89ee54d85d04c35d2e30d9 /cpukit/include/rtems/score/address.h
parentAdd dummy PRI_MIN_KERN to <sys/priority.h> (diff)
downloadrtems-66cb14205416253df88a412f579956d8d6109794.tar.bz2
rtems: Parameter types in rtems_partition_create()
Use uintptr_t to specify the length of the partition buffer area instead of uint32_t. This is in line with rtems_region_create(). On 64-bit targets, the length may exceed 4GiB. Use size_t for the buffer size, since on some targets the single object size is less than the overall address range, e.g. m32c sizeof(uintptr_t) > sizeof(size_t). Update #3486.
Diffstat (limited to 'cpukit/include/rtems/score/address.h')
0 files changed, 0 insertions, 0 deletions