embeddedsw/lib/sw_services/xilpm
Soren Brinkmann 4b7afd3d4e xilpm: Remove stdint.h
Migrate to the standard standalone types.

Scripted change:
  find -type f -name "*.[ch]" -exec sed -i -e 's/uint32_t/u32/g' -e 's/uint8_t/u8/g' -e 's/uint16_t/u16/g' '{}' ';'
  find -type f -name "*.[ch]" -exec sed -i -e 's/int32_t/s32/g' -e 's/int8_t/s8/g' -e 's/int16_t/s16/g' '{}' ';'

Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com>
2015-04-24 11:57:12 +05:30
..
data libs:xilpm_v1_0: Adding Power Management Library for ZynqMP 2015-04-24 11:57:08 +05:30
examples xilpm: Remove stdint.h 2015-04-24 11:57:12 +05:30
src xilpm: Remove stdint.h 2015-04-24 11:57:12 +05:30