Revision 13932cade88c3c9c217aa04cbc4f3c0e0a65d3c9 authored by Jason Self on 02 February 2009, 18:12:24 UTC, committed by Jason Self on 02 February 2009, 18:12:24 UTC
0 parent
Raw File
current.h
#ifndef _M68K_CURRENT_H
#define _M68K_CURRENT_H

register struct task_struct *current __asm__("%a2");

#endif /* !(_M68K_CURRENT_H) */
back to top