summaryrefslogtreecommitdiff
path: root/img/exit.xbm
blob: 40c6979f1885dc8c67dbff76dd588b2bd09476e7 (plain)
1
2
3
4
5
6
#define exit_width 16
#define exit_height 16
static unsigned char exit_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0x38, 0x38, 0x70, 0x3c, 0xc0, 0x1e, 0x80, 0x07,
   0xc0, 0x03, 0xe0, 0x06, 0x70, 0x0c, 0x78, 0x1c, 0x3c, 0x1c, 0x3c, 0x18,
   0x1c, 0x00, 0x1c, 0x00, 0x00, 0x00, 0x00, 0x00};
td class='ctrl'>
authorAndrew F. Davis <afd@ti.com>2016-05-04 17:01:37 -0500
committerBjorn Andersson <bjorn.andersson@linaro.org>2016-05-06 11:09:00 -0700
commit9122bf1839c039a0052c0a75a3c4daf9277b5dd5 (patch)
tree58866b413b23e8f0888bbfea1ecee955019c3537 /Documentation
parentbc3c57c13256c748a4e71d2ea7481d0c953e88e1 (diff)
rpmsg: drop owner assignment from rpmsg_drivers
An rpmsg_driver does not need to set an owner, it will be populated by the driver core. Signed-off-by: Andrew F. Davis <afd@ti.com> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Diffstat (limited to 'Documentation')