repo.or.cz
/
mplayer
/
glamo.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
options: move lavfdopts to option struct
[mplayer/glamo.git]
/
loader
/
ldt_keeper.h
blob
9fff8de0c1c6b7d7c293b5adb8f6deeeb29c1178
1
#ifndef MPLAYER_LDT_KEEPER_H
2
#define MPLAYER_LDT_KEEPER_H
3
4
typedef
struct
{
5
void
*
fs_seg
;
6
char
*
prev_struct
;
7
}
ldt_fs_t
;
8
9
void
Setup_FS_Segment
(
void
);
10
ldt_fs_t
*
Setup_LDT_Keeper
(
void
);
11
void
Restore_LDT_Keeper
(
ldt_fs_t
*
ldt_fs
);
12
13
#endif
/* MPLAYER_LDT_KEEPER_H */