diff options
author | Constanza Heath <[email protected]> | 2015-08-28 12:52:03 -0700 |
---|---|---|
committer | Constanza Heath <[email protected]> | 2015-08-28 12:52:03 -0700 |
commit | 202b462c58dfc7b052826418e299e9f426ad4022 (patch) | |
tree | bac0515954f1c00879e4b3cd319e0d58996b4823 /tests/test_utils.h | |
parent | e12df0b674e2948ee924482cd424b76a19e0d2f7 (diff) |
Move header namespace macros under license comments
Signed-off-by: Constanza Heath <[email protected]>
Diffstat (limited to 'tests/test_utils.h')
-rw-r--r-- | tests/test_utils.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/test_utils.h b/tests/test_utils.h index 55879af..871cfae 100644 --- a/tests/test_utils.h +++ b/tests/test_utils.h @@ -1,6 +1,4 @@ /* test_utils.h - TinyCrypt interface to common functions for tests */ -#ifndef __TEST_UTILS_H__ -#define __TEST_UTILS_H__ /* * Copyright (C) 2015 by Intel Corporation, All Rights Reserved. @@ -32,6 +30,10 @@ * * test_utils.h -- Interface to common functions for tests. */ + +#ifndef __TEST_UTILS_H__ +#define __TEST_UTILS_H__ + #include <stdint.h> #include <stdlib.h> |