repo.or.cz
/
usb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
sched: make the multiplication table more accurate
[usb.git]
/
include
/
asm-x86_64
/
mmsegment.h
blob
d3f80c996330e76bde7bc4d2e79e57df6d40c752
1
#ifndef _ASM_MMSEGMENT_H
2
#define _ASM_MMSEGMENT_H 1
3
4
typedef
struct
{
5
unsigned long
seg
;
6
}
mm_segment_t
;
7
8
#endif