acpica/tests/aapits/atmemory.h
Robert Moore f9430ca2e0 Tests: Automated cleanup and copyright update to 2010.
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.)
2010-01-08 08:55:58 -08:00

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 */