Newer
Older
barebox / arch / mips / mach-ar231x / include / mach / debug_ll.h
@Oleksij Rempel Oleksij Rempel on 3 Jan 2019 328 bytes MIPS: migrate all files to SPDX
/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * Copyright (C) 2013 Antony Pavlov <antonynpavlov@gmail.com>
 */

#ifndef __MACH_AR231X_DEBUG_LL__
#define __MACH_AR231X_DEBUG_LL__

/** @file
 *  This File contains declaration for early output support
 */
#include <asm/debug_ll_ns16550.h>

#endif /* __MACH_AR231X_DEBUG_LL__ */