source: git/kernel/preimage.h @ 7b8818

spielwiese
Last change on this file since 7b8818 was d914cf0, checked in by Oleksandr Motsak <motsak@…>, 13 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
4struct ip_sring; typedef struct ip_sring * ring;
5struct sip_sideal; typedef struct sip_sideal * ideal;
6struct sip_smap; typedef struct sip_smap *          map;
7
8ideal 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.