Adrien Mazarguil 96330befb1 lib: hide static functions never defined
Arch-specific functions not defined for all architectures (missing on x86
in this case) and not used anywhere should not expose a prototype.

This commit prevents the following error:

 error: `rte_mov48' declared `static' but never defined

Signed-off-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
2016-09-13 15:35:28 +02:00
..
2015-10-22 17:50:51 +02:00
2015-03-10 12:17:31 +01:00
2015-06-12 11:10:10 +02:00
2015-06-12 11:10:10 +02:00
2015-07-30 20:16:04 +02:00
2014-11-25 13:30:23 +01:00
2014-11-25 13:30:23 +01:00
2016-08-24 17:57:01 +02:00
2015-02-24 20:22:24 +01:00
2016-08-23 15:33:16 +02:00
2016-07-10 15:38:40 +02:00