link: use uint32_t instead of u32
commitc9a22110551ecc364c43b490fcbcd855dac1f744
authorTobias Klauser <tklauser@distanz.ch>
Wed, 13 Sep 2017 10:21:45 +0000 (13 12:21 +0200)
committerTobias Klauser <tklauser@distanz.ch>
Wed, 13 Sep 2017 10:21:45 +0000 (13 12:21 +0200)
treeb2ba69617ed73f58a75d434240837d0a70f1d322
parentf57a0b54ab1b5b2179d7d47f9b526638e8647fe8
link: use uint32_t instead of u32

Use type uint32_t instead of u32 (which is typedef'ed to uint32_t in
built_in.h) in order to avoid confusion wrt. kernel-/user-space types.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
link.c
link.h