Linux Audio

Check our new training course

Embedded Linux Audio

Check our new training course
with Creative Commons CC-BY-SA
lecture materials

Bootlin logo

Elixir Cross Referencer

Loading...
1
2
3
4
5
6
#ifndef _ALPHA_CURRENT_H
#define _ALPHA_CURRENT_H

register struct task_struct *current __asm__("$8");

#endif /* !(_ALPHA_CURRENT_H) */