KallistiOS
git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
fs_dclsocket.h
Go to the documentation of this file.
1
/* KallistiOS ##version##
2
3
dc/fs_dclsocket.h
4
Copyright (C) 2007, 2008 Lawrence Sebald
5
6
*/
7
8
/** \file dc/fs_dclsocket.h
9
\brief Implementation of dcload-ip over KOS sockets.
10
\ingroup vfs_dcload
11
12
This file contains declarations related to using dcload-ip over the KOS
13
sockets system. If dcload-ip support is enabled at the same time as network
14
support, this is how the communications will happen. There isn't really
15
anything that users will need to deal with in here.
16
17
\author Lawrence Sebald
18
*/
19
20
#ifndef __DC_FSDCLSOCKET_H
21
#define __DC_FSDCLSOCKET_H
22
23
#include <sys/cdefs.h>
24
__BEGIN_DECLS
25
26
#include <
dc/fs_dcload.h
>
27
28
/** \addtogroup vfs_dcload
29
@{
30
*/
31
32
/* \cond */
33
extern
dbgio_handler_t
dbgio_dcls;
34
35
/* Initialization */
36
void
fs_dclsocket_init_console(
void
);
37
int
fs_dclsocket_init(
void
);
38
39
void
fs_dclsocket_shutdown(
void
);
40
/* \endcond */
41
42
/** @} */
43
44
__END_DECLS
45
46
#endif
/* __DC_FSDCLSOCKET_H */
fs_dcload.h
Implementation of dcload "filesystem".
dbgio_handler_t
Debug I/O Interface.
Definition
dbgio.h:39
kernel
arch
dreamcast
include
dc
fs_dclsocket.h
Generated by
1.11.0