mirror of
https://github.com/drasko/codezero.git
synced 2026-01-16 21:03:16 +01:00
New files are an exact copy of pb926 files, but will help in testing different configurations and compilations.
14 lines
135 B
C
14 lines
135 B
C
/*
|
|
*
|
|
* Copyright (C) 2005 Bahadir Balban
|
|
*
|
|
*/
|
|
#ifndef __ARM926EJS__H__
|
|
#define __ARM926EJS__H__
|
|
|
|
|
|
|
|
|
|
|
|
#endif /* __ARM926EJS__H__ */
|