ifpps: use uint32_t instead of u32
commitf57a0b54ab1b5b2179d7d47f9b526638e8647fe8
authorTobias Klauser <tklauser@distanz.ch>
Wed, 13 Sep 2017 10:19:49 +0000 (13 12:19 +0200)
committerTobias Klauser <tklauser@distanz.ch>
Wed, 13 Sep 2017 10:19:49 +0000 (13 12:19 +0200)
tree7709edb25129dc4be87de5735c05696ed47a9b09
parentb4b0db043bc7e03982b24c9e330bf1bc2c727fc0
ifpps: 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>
ifpps.c