]> Joshua Wise's Git repositories - netwatch.git/blobdiff - aseg-paging/packet.h
Move aseg-paging to netwatch/
[netwatch.git] / aseg-paging / packet.h
diff --git a/aseg-paging/packet.h b/aseg-paging/packet.h
deleted file mode 100644 (file)
index 1544f04..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef _PAGETABLE_H
-#define _PAGETABLE_H
-
-#include <stdint.h>
-
-void * l2p(void * addr);
-
-typedef struct {
-       uint32_t signature;
-       uint32_t type;
-       uint8_t data[];
-} packet_t;
-
-packet_t * check_packet(uint32_t logical_addr);
-
-#endif /* _PAGETABLE_H */
This page took 0.021517 seconds and 4 git commands to generate.