drivers/macintosh/ans-lcd.h

Source file repositories/reference/linux-study-clean/drivers/macintosh/ans-lcd.h

File Facts

System
Linux kernel
Corpus path
drivers/macintosh/ans-lcd.h
Extension
.h
Size
218 bytes
Lines
11
Domain
Driver Families
Bucket
drivers/macintosh
Inferred role
Driver Families: implementation source
Status
source implementation candidate

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef _PPC_ANS_LCD_H
#define _PPC_ANS_LCD_H

#define ANSLCD_CLEAR		0x01
#define ANSLCD_SENDCTRL		0x02
#define ANSLCD_SETSHORTDELAY	0x03
#define ANSLCD_SETLONGDELAY	0x04

#endif

Annotation

Implementation Notes