repo.or.cz
/
xcsoar.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Renderer, ...: use PixelRect::GetCenter()
[xcsoar.git]
/
src
/
Device
/
Driver
/
IMI.hpp
blob
29e94b7a7c29df0bb9e059b21d1496cd045955c9
1
/*
2
LK8000 Tactical Flight Computer - WWW.LK8000.IT
3
Released under GNU/GPL License v.2
4
See CREDITS.TXT file for authors and copyrights
5
*/
6
7
#ifndef DEVIMI_H
8
#define DEVIMI_H
9
10
extern
const struct
DeviceRegister imi_driver
;
11
12
#endif
/* DEVIMI_H */