log
graph
tags
branches
changeset
browse
file
latest
diff
annotate
file log
raw
help
kern
view src/desc.h @ 95:ec62cbe00b55
find changesets by author, revision, files, or words in the commit message
whatever
author
John Tsiombikas <nuclear@member.fsf.org>
date
Sun, 11 Dec 2011 21:15:35 +0200
parents
children
line source
1
#ifndef DESC_H_
2
#define DESC_H_
3
4
#include <inttypes.h>
5
6
typedef struct {
7
uint16_t d[4];
8
} desc_t;
9
10
#endif /* DESC_H_ */