commit | 469ff8f7d46d75b36de68a0411a2ce80109ad00b | [log] [tgz] |
---|---|---|
author | Mat Martineau <mathew.j.martineau@linux.intel.com> | Mon Apr 25 11:30:39 2016 -0700 |
committer | Mat Martineau <mathew.j.martineau@linux.intel.com> | Mon Apr 03 10:24:55 2017 -0700 |
tree | 4b4841cc00943da7565a259fbe90ea5e02a6082f | |
parent | 73cdd29044e081d56ef6b3186d22cdf25d9dd333 [diff] |
KEYS: Use a typedef for restrict_link function pointers This pointer type needs to be returned from a lookup function, and without a typedef the syntax gets cumbersome. Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com>