Copyright clean-up (part 1):
[AROS.git] / arch / ppc-chrp / dosboot / bootconfig.c
blob38caf8a8d29aa4fbf1ac9bcfb2681c46eef0e209
1 /*
2 Copyright © 1995-2014, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include "dosboot_intern.h"
8 /* This file contains architecture-dependent defaults */
10 void InitBootConfig(struct BootConfig *bootcfg)
12 bootcfg->gfxlib = "radeon.hidd";
13 bootcfg->gfxhidd = "RadeonDriver";