mirror of
https://github.com/rkd77/elinks.git
synced 2025-10-21 19:54:04 -04:00
13 lines
177 B
C
13 lines
177 B
C
|
|
/* $Id: riscos.h,v 1.4 2004/08/14 23:00:08 jonas Exp $ */
|
||
|
|
|
||
|
|
#ifndef EL__OSDEP_RISCOS_RISCOS_H
|
||
|
|
#define EL__OSDEP_RISCOS_RISCOS_H
|
||
|
|
|
||
|
|
#ifdef CONFIG_RISCOS
|
||
|
|
|
||
|
|
/* TODO */
|
||
|
|
|
||
|
|
#endif
|
||
|
|
|
||
|
|
#endif
|