mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-05-24 08:35:35 -04:00
12 lines
250 B
C++
12 lines
250 B
C++
// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved.
|
|
// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md
|
|
|
|
#pragma once
|
|
|
|
// module-bsp
|
|
#include "board/linux/chip.hpp"
|
|
extern "C"
|
|
{
|
|
#include "board/linux/eink/ED028TC1.h"
|
|
}
|