Move extern declarations for driver ops into a header file
authorJouni Malinen <j@w1.fi>
Fri, 24 Jun 2016 14:24:17 +0000 (17:24 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 24 Jun 2016 16:02:58 +0000 (19:02 +0300)
commit39ab6a5de2e4c2170cafdfa3f1e5b718929dc58e
tree3df3d21e774c5d5f43245c12272e8ffcbf8f4bba
parent47754718169c95528a9be4fd1cab9474e363ffa0
Move extern declarations for driver ops into a header file

This gets rid of number of sparse warnings and also allows the
compatibility of the declarations to be verified (number of missing
const declarations are fixed here as well).

Signed-off-by: Jouni Malinen <j@w1.fi>
src/drivers/driver.h
src/drivers/drivers.c