mirror of
https://github.com/acpica/acpica/
synced 2025-02-07 09:04:21 +03:00
15 lines
372 B
C
Executable File
15 lines
372 B
C
Executable File
/******************************************************************************
|
|
*
|
|
* 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 */
|