Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-12-17 10:15:19

0001 #ifndef MAD_DYNAP_H
0002 #define MAD_DYNAP_H
0003 
0004 // types
0005 
0006 struct in_cmd;
0007 
0008 // interface
0009 
0010 void track_dynap(struct in_cmd* cmd);
0011 
0012 #endif // MAD_DYNAP_H
0013