aa_recommendlow (3) - Linux Manuals

aa_recommendlow: Add the given driver to the end of list of recommended drivers.

NAME

aa_recommendlow - Add the given driver to the end of list of recommended drivers.

SYNOPSIS

#include <aalib.h>

void aa_recommendlow
(
       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

Add the given driver to the end of list of recommended drivers.