mirror of
https://github.com/acpica/acpica/
synced 2025-01-06 09:32:15 +03:00
f9430ca2e0
Update all module headers with 2010 copyright. Also includes the automated cleanup, this is the first time it has been run on the test suite source, so there are quite a few changes (removal of extra spaces at the end-of-line, etc.)
15 lines
371 B
C
15 lines
371 B
C
/******************************************************************************
|
|
*
|
|
* Module Name: atmemory - predefinitions of tests of the test case
|
|
*
|
|
*****************************************************************************/
|
|
|
|
#ifndef _ATMEMORY
|
|
#define _ATMEMORY
|
|
|
|
AT_TEST AtMemoryTest0000;
|
|
|
|
#define AT_MEMM_TEST_NUM 1
|
|
|
|
#endif /* _ATMEMORY */
|