Skip to content

Commit ab8787a

Browse files
author
H. Peter Anvin (Intel)
committed
Rename "headers" directory to "templates", add .h template
Rename the "headers" directory to "templates", and rename the files within as template.* with the appropriate file types so that editors will pick up the correct type. Add a .h file template. Signed-off-by: H. Peter Anvin (Intel) <[email protected]>
1 parent f520436 commit ab8787a

File tree

7 files changed

+11
-0
lines changed

7 files changed

+11
-0
lines changed
File renamed without changes.
File renamed without changes.

templates/template.h

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/* SPDX-License-Identifier: BSD-2-Clause */
2+
/* Copyright 1996-20xx The NASM Authors - All Rights Reserved */
3+
4+
#ifndef FILENAME_H
5+
#define FILENAME_H
6+
7+
#include "compiler.h"
8+
9+
/* Code goes here */
10+
11+
#endif /* FILENAME_H */
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)