diff options
Diffstat (limited to 'com32/include/syslinux/advconst.h')
-rw-r--r-- | com32/include/syslinux/advconst.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/com32/include/syslinux/advconst.h b/com32/include/syslinux/advconst.h index 1e1ec73e..b7c775fd 100644 --- a/com32/include/syslinux/advconst.h +++ b/com32/include/syslinux/advconst.h @@ -1,6 +1,7 @@ /* ----------------------------------------------------------------------- * * * Copyright 2007-2008 H. Peter Anvin - All Rights Reserved + * Copyright 2009 Intel Corporation; author: H. Peter Anvin * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation @@ -39,5 +40,6 @@ #define ADV_END 0 #define ADV_BOOTONCE 1 +#define ADV_MENUSAVE 2 #endif /* _SYSLINUX_ADVCONST_H */ |