diff options
Diffstat (limited to 'sys/modules/syscons/saver.h')
-rw-r--r-- | sys/modules/syscons/saver.h | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/sys/modules/syscons/saver.h b/sys/modules/syscons/saver.h index 661b15a..748dfdd 100644 --- a/sys/modules/syscons/saver.h +++ b/sys/modules/syscons/saver.h @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: saver.h,v 1.15 1999/01/11 03:18:42 yokota Exp $ + * $Id: saver.h,v 1.16 1999/01/16 10:20:13 des Exp $ */ #include <machine/apm_bios.h> #include <machine/console.h> @@ -35,16 +35,5 @@ #include <dev/syscons/syscons.h> -#define set_video_mode(adp, mode, pal, border) \ - { \ - (*vidsw[(adp)->va_index]->set_mode)((adp), (mode)); \ - (*vidsw[(adp)->va_index]->load_palette)((adp), (pal)); \ - (*vidsw[(adp)->va_index]->set_border)((adp), (border)); \ - } -#define get_mode_info(adp, mode, buf) \ - (*vidsw[(adp)->va_index]->get_info)((adp), (mode), (buf)) -#define set_origin(adp, o) \ - (*vidsw[(adp)->va_index]->set_win_org)(adp, o) - extern scr_stat *cur_console; extern char scr_map[]; |