diff options
Diffstat (limited to 'src/include/assert.h')
-rw-r--r-- | src/include/assert.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/include/assert.h b/src/include/assert.h index 4103291461..6d65ffdbdf 100644 --- a/src/include/assert.h +++ b/src/include/assert.h @@ -1,5 +1,5 @@ /* - * assert.h: Debugging macros + * This file is part of the coreboot project. * * Copyright (C) 2005 Digital Design Corporation * @@ -18,6 +18,10 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +/* + * assert.h: Debugging macros + */ + #ifndef __ASSERT_H_DEFINED #define __ASSERT_H_DEFINED |