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
vo_dxr3: Fix validity checks before closing a file descriptor
[mplayer/glamo.git]
/
loader
/
ldt_keeper.h
blob
cdcccc8055e9d70a8fa788fc589e07fcbcafa711
1
#ifndef MPLAYER_LDT_KEEPER_H
2
#define MPLAYER_LDT_KEEPER_H
3
4
extern
void
*
fs_seg
;
5
6
typedef
struct
{
7
void
*
fs_seg
;
8
char
*
prev_struct
;
9
}
ldt_fs_t
;
10
11
void
Setup_FS_Segment
(
void
);
12
ldt_fs_t
*
Setup_LDT_Keeper
(
void
);
13
void
Restore_LDT_Keeper
(
ldt_fs_t
*
ldt_fs
);
14
15
#endif
/* MPLAYER_LDT_KEEPER_H */