blob: 2bd5c54f1a8180edf6a9136bcbe54dce54e451cc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- aoe.h.orig 2023-09-05 13:45:55 UTC
+++ aoe.h
@@ -167,6 +167,7 @@ struct ifnet;
struct mbuf;
struct mtx;
+#define frame aoeframe
struct frame {
int f_tag;
int f_mlen;
|