瀏覽代碼

add sound device definition.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@334 bbd45198-f89e-11dd-88c7-29a3b14d5316
bernard.xiong 15 年之前
父節點
當前提交
1e67026b13
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      include/rtdef.h

+ 1 - 0
include/rtdef.h

@@ -532,6 +532,7 @@ enum rt_device_class_type
 	RT_Device_Class_MTD,		/* memory device */
 	RT_Device_Class_CAN,		/* CAN device */
 	RT_Device_Class_RTC,		/* RTC device */
+	RT_Device_Class_Sound,		/* Sound device */
 	RT_Device_Class_Unknown		/* unknown device */
 };