KallistiOS
##version##
Main Page
Modules
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
kernel
arch
dreamcast
include
dc
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
11
This file contains declarations related to using dcload-ip over the KOS
12
sockets system. If dcload-ip support is enabled at the same time as network
13
support, this is how the communications will happen. There isn't really
14
anything that users will need to deal with in here.
15
16
\author Lawrence Sebald
17
*/
18
19
#ifndef __DC_FSDCLSOCKET_H
20
#define __DC_FSDCLSOCKET_H
21
22
#include <sys/cdefs.h>
23
__BEGIN_DECLS
24
25
#include <
dc/fs_dcload.h
>
26
27
/* \cond */
28
extern
dbgio_handler_t
dbgio_dcls;
29
30
/* Initialization */
31
void
fs_dclsocket_init_console();
32
int
fs_dclsocket_init();
33
34
int
fs_dclsocket_shutdown();
35
/* \endcond */
36
37
__END_DECLS
38
39
#endif
/* __DC_FSDCLSOCKET_H */
dbgio_handler
Debug I/O Interface.
Definition:
dbgio.h:37
fs_dcload.h
Implementation of dcload "filesystem".
Generated by
1.8.7