mirror of
https://github.com/deadw00d/AROS.git
synced 2025-12-07 05:53:26 +00:00
23 lines
399 B
Plaintext
23 lines
399 B
Plaintext
##begin config
|
|
version 3.1
|
|
libbase KMSBase
|
|
libbasetype struct kms_base
|
|
libbasetypeextern struct KMSLibrary
|
|
options noexpunge
|
|
##end config
|
|
|
|
##begin cdef
|
|
#include <libraries/kms.h>
|
|
##end cdef
|
|
|
|
##begin cdefprivate
|
|
#include <exec/interrupts.h>
|
|
#include <libraries/kms.h>
|
|
|
|
#include "kms_intern.h"
|
|
##end cdefprivate
|
|
|
|
##begin functionlist
|
|
struct KeyMapNode *OpenKeymap(STRPTR name) (A0)
|
|
##end functionlist
|