embeddedsw/lib
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
..
bsp/xilkernel xilkernel : added common namespace to all common tcl commands. 2015-01-22 11:52:51 +05:30
sw_apps sw_apps:zynqmp_pmufw: Clear IPI0 status register during core init 2015-04-24 11:57:10 +05:30
sw_services xilpm: Remove stdint.h 2015-04-24 11:57:12 +05:30