Hi - I'm on my continuing saga of doing kernel level rerouting, when I came around to a related question. Essentially, I have these types for variables whose definitions I cannot find. Where is proc defined? Where is register_t defined? What are they used for?
struct proc *p
register_t *retva
Thanks,
Matt Fahrenbacher