Move board_ prototypes from arch.h to board.h

This commit is contained in:
Gregory Nutt
2015-02-27 20:02:03 -06:00
parent 42327117a3
commit 7583c94252
63 changed files with 168 additions and 95 deletions
+2
View File
@@ -41,6 +41,8 @@
#include <debug.h>
#include <nuttx/board.h>
#include "pcduino_a10.h"
/************************************************************************************
+3 -2
View File
@@ -1,7 +1,7 @@
/****************************************************************************
* configs/pcduino-a10/src/a1x_buttons.c
*
* Copyright (C) 2013-2014 Gregory Nutt. All rights reserved.
* Copyright (C) 2013-2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
@@ -42,6 +42,7 @@
#include <stdint.h>
#include <nuttx/arch.h>
#include <nuttx/board.h>
#include <nuttx/irq.h>
#include <arch/irq.h>
@@ -52,7 +53,7 @@
#ifdef CONFIG_ARCH_BUTTONS
/****************************************************************************
* Definitions
* Pre-processor Definitions
****************************************************************************/
/****************************************************************************