2019-07-22 22:23:47 +08:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2019 Lexmark International, Inc.
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef _BOARD__H_
|
|
|
|
#define _BOARD__H_
|
|
|
|
|
2019-12-10 01:18:21 +08:00
|
|
|
#include <sys/util.h>
|
2019-07-22 22:23:47 +08:00
|
|
|
|
|
|
|
#ifndef _ASMLANGUAGE
|
|
|
|
|
|
|
|
#include <device.h>
|
2019-12-10 01:18:21 +08:00
|
|
|
#include <sys/util.h>
|
2019-07-22 22:23:47 +08:00
|
|
|
|
|
|
|
#endif /* !_ASMLANGUAGE */
|
|
|
|
|
|
|
|
#endif /* _BOARD__H_ */
|