cleanup: include/: move gpio.h to drivers/gpio.h
move gpio.h to drivers/gpio.h and create a shim for backward-compatibility. No functional changes to the headers. A warning in the shim can be controlled with CONFIG_COMPAT_INCLUDES. Related to #16539 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
08a9961678
commit
6aa9c3a68f
175 changed files with 652 additions and 637 deletions
|
@ -4,7 +4,7 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <gpio.h>
|
||||
#include <drivers/gpio.h>
|
||||
#include <syscall_handler.h>
|
||||
|
||||
Z_SYSCALL_HANDLER(gpio_config, port, access_op, pin, flags)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue