1 File drivers/driver.h

Describes the struct bea_driver_ object._

Author:

Juniper Beatitudes juniper@eyes-like-fire.org

Date:

2025-07-16

1.1 Structures and Types

Type Name
struct bea_driver
Driver table entry, representing a single driver.

1.2 Macros

Type Name
define BEA_DRIVER_NAME_MAXLEN 31
The longest the name of a driver can be (not including the null terminator)

1.3 Structures and Types Documentation

1.3.1 struct bea_driver

Driver table entry, representing a single driver.

Variables:

1.4 Macros Documentation

1.4.1 define BEA_DRIVER_NAME_MAXLEN

The longest the name of a driver can be (not including the null terminator)

##define BEA_DRIVER_NAME_MAXLEN 31