From fd0f9bfc4a2287f34924370240e313042c0b17d8 Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 13 Aug 2016 17:26:47 -0400 Subject: driver: added --bell support. --- include/ptycon/ptycon.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/ptycon/ptycon.h b/include/ptycon/ptycon.h index d878d73..19c2513 100644 --- a/include/ptycon/ptycon.h +++ b/include/ptycon/ptycon.h @@ -40,6 +40,7 @@ extern "C" { #define PTYC_DRIVER_CLONE_VECTOR 0x0008 #define PTYC_DRIVER_VERSION 0x0010 +#define PTYC_DRIVER_BELL 0x0020 #define PTYC_DRIVER_DBG_EVENT 0x0100 #define PTYC_DRIVER_DBG_OVEN 0x0200 #define PTYC_DRIVER_DBG_RAW 0x0400 -- cgit v1.2.3