diff options
author | Marin Ramesa <mpr@hi.t-com.hr> | 2013-11-14 21:04:04 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-11-15 02:09:56 +0100 |
commit | c19732181e805c31f968779141ce0c434b07b017 (patch) | |
tree | e002cb10358b787d8175b97d341ebd3167662291 /i386/i386at/kdsoft.h | |
parent | 5bab8178a1b59c6563dcf87dcc034463d9f0a031 (diff) |
i386/i386at: add ifndefs
* i386/i386at/kd_queue.h: Add ifndef.
* i386/i386at/kdsoft.h: Likewise.
* i386/i386at/lprreg.h: Likewise.
* i386/i386at/rtc.h: Likewise.
Diffstat (limited to 'i386/i386at/kdsoft.h')
-rw-r--r-- | i386/i386at/kdsoft.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/i386/i386at/kdsoft.h b/i386/i386at/kdsoft.h index 96e2df8..297c57b 100644 --- a/i386/i386at/kdsoft.h +++ b/i386/i386at/kdsoft.h @@ -57,6 +57,9 @@ NEGLIGENCE, OR OTHER TORTIOUS ACTION, ARISING OUR OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#ifndef _KDSOFT_H +#define _KDSOFT_H_ + /* * Globals used for both character-based controllers and bitmap-based * controllers. @@ -203,3 +206,5 @@ extern short xstart, ystart; extern short char_byte_width; /* char_width/8 */ extern short fb_byte_width; /* fb_width/8 */ extern short font_byte_width; /* num bytes in 1 scan line of font */ + +#endif /* _KDSOFT_H_ */ |