522db00cbf1fffed370db73281ea37e0e7cf4c57

Enable the compiler's -Wmissing-prototypes switch. This will help catch two types of issues: 1) Implementations which do not include their header file which prevents the compiler from verifying that the signature of the implementation matches the signature of the prototype. 2) Functions which should be static but which are missing the 'static' keyword. Change-Id: I4f8e45b40e57bdf7bec40e3d72cc48e7bfe15b7b CRs-Fixed: 1074336
This is CNSS WLAN Host Driver for products starting from iHelium
Description
Languages
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%