mirror of
https://github.com/drasko/codezero.git
synced 2026-01-16 12:53:16 +01:00
14 lines
135 B
C
14 lines
135 B
C
/*
|
|
*
|
|
* Copyright (C) 2005 Bahadir Balban
|
|
*
|
|
*/
|
|
#ifndef __ARM926EJS__H__
|
|
#define __ARM926EJS__H__
|
|
|
|
|
|
|
|
|
|
|
|
#endif /* __ARM926EJS__H__ */
|