annotate src/pt1_dev.h @ 182:13f0666bd088

Change/Add printk messages.
author Naoya OYAMA <naoya.oyama@gmail.com>
date Mon, 05 May 2014 21:59:36 +0900
parents 061ef2cd98f0
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
100
aeba1988234f support macros to specify sid:
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents: 97
diff changeset
1 /* -*- tab-width: 4; indent-tabs-mode: nil -*- */
96
52f8e081763d add an option to specify the necessary service IDs.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
diff changeset
2 #ifndef _PT1_DEV_H_
52f8e081763d add an option to specify the necessary service IDs.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
diff changeset
3 #define _PT1_DEV_H_
52f8e081763d add an option to specify the necessary service IDs.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
diff changeset
4
133
0db6ccf0fe31 modify DLNA display name & UUID
Naoya OYAMA <naoya.oyama@gmail.com>
parents: 124
diff changeset
5 #define DEVICE_NAME_BASE "/dev/pt1video"
0db6ccf0fe31 modify DLNA display name & UUID
Naoya OYAMA <naoya.oyama@gmail.com>
parents: 124
diff changeset
6
96
52f8e081763d add an option to specify the necessary service IDs.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
diff changeset
7 #endif