SYNOPSIS

#include <aalib.h>

void aa_recommendhi

(

aa_linkedlist **l,

const char *name

);

PARAMETERS

aa_linkedlist **l

List to operate on (aa_displayrecommended, aa_kbdrecommended or aa_mouserecommended).

const char *name

Name of the driver (ought to match the "shortname" field of the driver definition structure).

DESCRIPTION

Insert the given driver on beggining of the list of recommended drivers.

RELATED TO aa_recommendhi…