summaryrefslogtreecommitdiffstats
path: root/setup.c
diff options
context:
space:
mode:
authorTomasz Kramkowski <tk@the-tk.com>2017-05-18 19:20:05 +0100
committerTomasz Kramkowski <tk@the-tk.com>2017-05-18 19:26:47 +0100
commit6852efe4a621a52e82ec5371a4b9fc10cc1bea88 (patch)
tree8b9954d397a1ef51ec2375095d6299396c9b37f4 /setup.c
parentd091b5a0950ea94f66d20eba33e5e96b7b9d5e83 (diff)
downloadfmk-6852efe4a621a52e82ec5371a4b9fc10cc1bea88.tar.gz
fmk-6852efe4a621a52e82ec5371a4b9fc10cc1bea88.tar.xz
fmk-6852efe4a621a52e82ec5371a4b9fc10cc1bea88.zip
asm.h -> lib/asm.h
Diffstat (limited to 'setup.c')
-rw-r--r--setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.c b/setup.c
index 1e002f1..57ef649 100644
--- a/setup.c
+++ b/setup.c
@@ -16,11 +16,11 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#include <asm.h>
#include <reg.h>
#include <stddef.h>
#include <string.h>
-#include "asm.h"
#include "usb/usb.h"
#include "uart/uart.h"