repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add place-holder directory for the a3000 wd533c93 scsi controller implementation.
[AROS.git]
/
arch
/
all-hosted
/
bootstrap
/
hostinterface.c
blob
14669c54379aee6aac911b7a2bf724d458d733d4
1
/*
2
Copyright © 1995-2014, The AROS Development Team. All rights reserved.
3
$Id$
4
*/
5
6
#include <stdio.h>
7
8
/*
9
* struct HostInterface is private to specific ports.
10
* This is just a nonfunctional stub.
11
*/
12
13
void
*
HostIFace
=
NULL
;