162306a36Sopenharmony_ci/*
262306a36Sopenharmony_ci** linux/machw.h -- This header defines some macros and pointers for
362306a36Sopenharmony_ci**                    the various Macintosh custom hardware registers.
462306a36Sopenharmony_ci**
562306a36Sopenharmony_ci** Copyright 1997 by Michael Schmitz
662306a36Sopenharmony_ci**
762306a36Sopenharmony_ci** This file is subject to the terms and conditions of the GNU General Public
862306a36Sopenharmony_ci** License.  See the file COPYING in the main directory of this archive
962306a36Sopenharmony_ci** for more details.
1062306a36Sopenharmony_ci**
1162306a36Sopenharmony_ci*/
1262306a36Sopenharmony_ci
1362306a36Sopenharmony_ci#ifndef _ASM_MACHW_H_
1462306a36Sopenharmony_ci#define _ASM_MACHW_H_
1562306a36Sopenharmony_ci
1662306a36Sopenharmony_ci/*
1762306a36Sopenharmony_ci * head.S maps the videomem to VIDEOMEMBASE
1862306a36Sopenharmony_ci */
1962306a36Sopenharmony_ci
2062306a36Sopenharmony_ci#define VIDEOMEMBASE	0xf0000000
2162306a36Sopenharmony_ci#define VIDEOMEMSIZE	(4096*1024)
2262306a36Sopenharmony_ci#define VIDEOMEMMASK	(-4096*1024)
2362306a36Sopenharmony_ci
2462306a36Sopenharmony_ci#endif /* linux/machw.h */
25