jengelh-datetimespielwiese
Last change
on this file since d914cf0 was
d914cf0,
checked in by Oleksandr Motsak <motsak@…>, 12 years ago
|
ADD/FIX: maGetPreimage exposed by kernel/preimage.* now
|
-
Property mode set to
100644
|
File size:
323 bytes
|
Line | |
---|
1 | #ifndef KERNEL_PREIMAGE_H |
---|
2 | #define KERNEL_PREIMAGE_H |
---|
3 | |
---|
4 | struct ip_sring; typedef struct ip_sring * ring; |
---|
5 | struct sip_sideal; typedef struct sip_sideal * ideal; |
---|
6 | struct sip_smap; typedef struct sip_smap * map; |
---|
7 | |
---|
8 | ideal maGetPreimage(ring theImageRing, map theMap, ideal id, const ring dst_r); |
---|
9 | |
---|
10 | #endif // KERNEL_PREIMAGE_H |
---|
Note: See
TracBrowser
for help on using the repository browser.