rt-tests: Add header including copyright notice to rt_numa.h

Add a header which includes a copyright notice to rt_numa.h for cyclictest.

Signed-off-by: John Kacur <jkacur@redhat.com>
This commit is contained in:
John Kacur 2010-01-27 19:38:15 +01:00
parent 94839e793e
commit 29c4f544fb
1 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,16 @@
/*
* A numa library for cyclictest.
* The functions here are designed to work whether cyclictest has been
* compiled with numa support or not, and whether the user uses the --numa
* option or not.
* They should also work correctly with older versions of the numactl lib
* such as the one found on RHEL5, or with the newer version 2 and above.
*
* (C) 2010 John Kacur <jkacur@redhat.com>
* (C) 2010 Clark Williams <williams@redhat.com>
*
*/
#ifndef _RT_NUMA_H
#define _RT_NUMA_H