Move include/nuttx/math32.h to include/nuttx/lib/math32.h

This commit is contained in:
Gregory Nutt 2016-07-21 14:00:15 -06:00
parent 23a876ab9c
commit 779d3f98ed
8 changed files with 11 additions and 11 deletions

View File

@ -1,5 +1,5 @@
/****************************************************************************
* include/nuttx/math32.h
* include/nuttx/lib/math32.h
*
* Copyright (C) 2016 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
@ -33,8 +33,8 @@
*
****************************************************************************/
#ifndef __INCLUDE_NUTTX_MATH32_H
#define __INCLUDE_NUTTX_MATH32_H
#ifndef __INCLUDE_NUTTX_LIB_MATH32_H
#define __INCLUDE_NUTTX_LIB_MATH32_H
/****************************************************************************
* Included Files
@ -238,4 +238,4 @@ void umul64(FAR const struct uint64_s *factor1,
}
#endif
#endif /* __INCLUDE_NUTTX_MATH32_H */
#endif /* __INCLUDE_NUTTX_LIB_MATH32_H */

View File

@ -37,7 +37,7 @@
* Included Files
****************************************************************************/
#include <nuttx/math32.h>
#include <nuttx/lib/math32.h>
/****************************************************************************
* Public Functions

View File

@ -37,7 +37,7 @@
* Included Files
****************************************************************************/
#include <nuttx/math32.h>
#include <nuttx/lib/math32.h>
/****************************************************************************
* Public Functions

View File

@ -37,7 +37,7 @@
* Included Files
****************************************************************************/
#include <nuttx/math32.h>
#include <nuttx/lib/math32.h>
/****************************************************************************
* Public Functions

View File

@ -37,7 +37,7 @@
* Included Files
****************************************************************************/
#include <nuttx/math32.h>
#include <nuttx/lib/math32.h>
/****************************************************************************
* Public Functions

View File

@ -37,7 +37,7 @@
* Included Files
****************************************************************************/
#include <nuttx/math32.h>
#include <nuttx/lib/math32.h>
/****************************************************************************
* Public Functions

View File

@ -37,7 +37,7 @@
* Included Files
****************************************************************************/
#include <nuttx/math32.h>
#include <nuttx/lib/math32.h>
/****************************************************************************
* Public Functions

View File

@ -37,7 +37,7 @@
* Included Files
****************************************************************************/
#include <nuttx/math32.h>
#include <nuttx/lib/math32.h>
/****************************************************************************
* Public Functions