mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-19 14:08:11 +00:00
7 lines
96 B
C
7 lines
96 B
C
|
#ifndef _BOARD_UNIX_H
|
||
|
#define _BOARD_UNIX_H
|
||
|
|
||
|
#include "display-unix.h"
|
||
|
|
||
|
#endif //_BOARD_UNIX_H
|