Change name of drivers/discrete back to drivers/ioexpander

This commit is contained in:
Gregory Nutt
2015-12-15 08:40:34 -06:00
parent 78f2ce05f8
commit 8ab93fdf98
8 changed files with 44 additions and 58 deletions
@@ -1,5 +1,5 @@
/****************************************************************************
* include/nuttx/discrete/ioexpander.h
* include/nuttx/ioexpander/ioexpander.h
*
* Copyright (C) 2015 Gregory Nutt. All rights reserved.
* Author: Sebastien Lorquet <sebastien@lorquet.fr>
@@ -33,8 +33,8 @@
*
****************************************************************************/
#ifndef __INCLUDE_NUTTX_DISCRETE_IOEXPANDER_H
#define __INCLUDE_NUTTX_DISCRETE_IOEXPANDER_H
#ifndef __INCLUDE_NUTTX_IOEXPANDER_IOEXPANDER_H
#define __INCLUDE_NUTTX_IOEXPANDER_IOEXPANDER_H
/****************************************************************************
* Included Files
@@ -264,5 +264,5 @@ struct ioexpander_dev_s
};
#endif //CONFIG_IOEXPANDER
#endif //__INCLUDE_NUTTX_DISCRETE_IOEXPANDER_H
#endif //__INCLUDE_NUTTX_IOEXPANDER_IOEXPANDER_H
@@ -1,5 +1,5 @@
/********************************************************************************************
* include/nuttx/discrete/pca9555.h
* include/nuttx/ioexpander/pca9555.h
*
* Copyright (C) 2015 Gregory Nutt. All rights reserved.
* Author: Sebastien Lorquet <sebastien@lorquet.fr>
@@ -37,8 +37,8 @@
*
********************************************************************************************/
#ifndef __INCLUDE_NUTTX_DISCRETE_PCA9555_H
#define __INCLUDE_NUTTX_DISCRETE_PCA9555_H
#ifndef __INCLUDE_NUTTX_IOEXPANDER_PCA9555_H
#define __INCLUDE_NUTTX_IOEXPANDER_PCA9555_H
#include <nuttx/i2c.h>
@@ -117,4 +117,4 @@ FAR struct ioexpander_dev_s* pca9555_initialize(FAR struct i2c_dev_s *dev,
}
#endif
#endif /* __INCLUDE_NUTTX_DISCRETE_PCA9555_H */
#endif /* __INCLUDE_NUTTX_IOEXPANDER_PCA9555_H */