mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
Move include/nuttx/1wire.h to include/nuttx/drivers/1wire.h
This commit is contained in:
@@ -54,9 +54,9 @@
|
||||
|
||||
#include <nuttx/arch.h>
|
||||
#include <nuttx/irq.h>
|
||||
#include <nuttx/1wire.h>
|
||||
#include <nuttx/kmalloc.h>
|
||||
#include <nuttx/clock.h>
|
||||
#include <nuttx/drivers/1wire.h>
|
||||
|
||||
#include <arch/board/board.h>
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/****************************************************************************
|
||||
* include/nuttx/1wire.h
|
||||
* include/nuttx/drivers/1wire.h
|
||||
*
|
||||
* Copyright (C) 2016 Aleksandr Vyhovanec. All rights reserved.
|
||||
* Author: Aleksandr Vyhovanec <www.desh@gmail.com>
|
||||
@@ -33,8 +33,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __INCLUDE_NUTTX_1WIRE_H
|
||||
#define __INCLUDE_NUTTX_1WIRE_H
|
||||
#ifndef __INCLUDE_NUTTX_DRIVERS_1WIRE_H
|
||||
#define __INCLUDE_NUTTX_DRIVERS_1WIRE_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
@@ -163,4 +163,4 @@ struct onewire_dev_s
|
||||
* Public Functions
|
||||
****************************************************************************/
|
||||
|
||||
#endif /* __INCLUDE_NUTTX_1WIRE_H */
|
||||
#endif /* __INCLUDE_NUTTX_DRIVERS_1WIRE_H */
|
||||
Reference in New Issue
Block a user